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 e996382 commit 1b22d7eCopy full SHA for 1b22d7e
packages/compass-components/src/index.ts
@@ -120,6 +120,7 @@ export {
120
DropdownMenuButton,
121
defaultSidebarWidth,
122
createElectronFileInputBackend,
123
+ createJSDomFileInputDummyBackend,
124
};
125
export {
126
useFocusState,
packages/compass-editor/src/editor.tsx
@@ -76,6 +76,7 @@ import { rgba } from 'polished';
76
import { prettify as _prettify } from './prettify';
77
import { ActionButton, FormatIcon } from './actions';
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;
0 commit comments