Skip to content

Commit 1b22d7e

Browse files
committed
fixup: add TODO regarding chrome bug
1 parent e996382 commit 1b22d7e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/compass-components/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export {
120120
DropdownMenuButton,
121121
defaultSidebarWidth,
122122
createElectronFileInputBackend,
123+
createJSDomFileInputDummyBackend,
123124
};
124125
export {
125126
useFocusState,

packages/compass-editor/src/editor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ import { rgba } from 'polished';
7676
import { prettify as _prettify } from './prettify';
7777
import { ActionButton, FormatIcon } from './actions';
7878

79+
// TODO(COMPASS-8453): Re-enable this once the linked tickets are resolved
7980
// https://github.com/codemirror/dev/issues/1458
8081
// https://issues.chromium.org/issues/375711382?pli=1
8182
(EditorView as any).EDIT_CONTEXT = false;

0 commit comments

Comments
 (0)