Browse Source

add comment

Shun Miyazawa 3 years ago
parent
commit
88f9a39105
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/interfaces/services/renderer.ts

+ 1 - 1
packages/app/src/interfaces/services/renderer.ts

@@ -1,7 +1,7 @@
 import { XssOptionConfig } from '~/services/xss/xssOption';
 
 export type RendererConfig = {
-  isLsxDisabled?: boolean,
+  isLsxDisabled?: boolean, // for shared page
   isEnabledLinebreaks: boolean,
   isEnabledLinebreaksInComments: boolean,
   adminPreferredIndentSize: number,