We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85126c7 commit e996382Copy full SHA for e996382
packages/compass-editor/src/editor.tsx
@@ -76,6 +76,10 @@ import { rgba } from 'polished';
76
import { prettify as _prettify } from './prettify';
77
import { ActionButton, FormatIcon } from './actions';
78
79
+// https://github.com/codemirror/dev/issues/1458
80
+// https://issues.chromium.org/issues/375711382?pli=1
81
+(EditorView as any).EDIT_CONTEXT = false;
82
+
83
const editorStyle = css({
84
fontSize: 13,
85
fontFamily: fontFamilies.code,
0 commit comments