Skip to content

Commit 30be1d7

Browse files
authored
fix(editor): remove EDIT_CONTEXT workaround COMPASS-9131 (#6998)
1 parent 404a917 commit 30be1d7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/compass-editor/src/editor.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ import type { Action } from './action-button';
7676
import { ActionsContainer } from './actions-container';
7777
import type { EditorRef } from './types';
7878

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-
8479
const editorStyle = css({
8580
fontSize: 13,
8681
fontFamily: fontFamilies.code,

0 commit comments

Comments
 (0)