reiji-h 2 лет назад
Родитель
Сommit
a8161f7e96

+ 2 - 0
packages/editor/src/services/codemirror-editor/use-codemirror-editor/use-codemirror-editor.ts

@@ -99,6 +99,8 @@ export const useCodeMirrorEditor = (props?: UseCodeMirror): UseCodeMirrorEditor
         basicSetup: {
         basicSetup: {
           defaultKeymap: false,
           defaultKeymap: false,
           dropCursor: false,
           dropCursor: false,
+          highlightActiveLine: false,
+          highlightActiveLineGutter: false,
           // Disabled react-codemirror history for Y.UndoManager
           // Disabled react-codemirror history for Y.UndoManager
           history: false,
           history: false,
         },
         },