Shun Miyazawa hace 3 años
padre
commit
88f9a39105
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';
 import { XssOptionConfig } from '~/services/xss/xssOption';
 
 
 export type RendererConfig = {
 export type RendererConfig = {
-  isLsxDisabled?: boolean,
+  isLsxDisabled?: boolean, // for shared page
   isEnabledLinebreaks: boolean,
   isEnabledLinebreaks: boolean,
   isEnabledLinebreaksInComments: boolean,
   isEnabledLinebreaksInComments: boolean,
   adminPreferredIndentSize: number,
   adminPreferredIndentSize: number,