|
@@ -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,
|
|
|
},
|
|
},
|