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.
EDIT_CONTEXT
1 parent 404a917 commit 30be1d7Copy full SHA for 30be1d7
packages/compass-editor/src/editor.tsx
@@ -76,11 +76,6 @@ import type { Action } from './action-button';
76
import { ActionsContainer } from './actions-container';
77
import type { EditorRef } from './types';
78
79
-// TODO(COMPASS-8453): Re-enable this once the linked tickets are resolved
80
-// https://github.com/codemirror/dev/issues/1458
81
-// https://issues.chromium.org/issues/375711382?pli=1
82
-(EditorView as any).EDIT_CONTEXT = false;
83
-
84
const editorStyle = css({
85
fontSize: 13,
86
fontFamily: fontFamilies.code,
0 commit comments