Skip to content

Commit

Permalink
fix: Another minor fix to codemirror
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa committed Jul 21, 2024
1 parent 2850fca commit 67e5258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/content-ui/src/util/codeMirror.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import {
import { indentWithTab, history, defaultKeymap, historyKeymap, undo, redo } from '@codemirror/commands';
import { search, highlightSelectionMatches, searchKeymap } from '@codemirror/search';
import { closeBrackets, autocompletion, closeBracketsKeymap, completionKeymap } from '@codemirror/autocomplete';
import { Diagnostic, lintGutter, lintKeymap, linter } from '@codemirror/lint';
import { lintGutter, lintKeymap } from '@codemirror/lint';
import { vscodeKeymap } from '@replit/codemirror-vscode-keymap';
// import { oneDark, oneDarkTheme } from "@codemirror/theme-one-dark";
import { handleEditorChange } from './scriptWorkbench';
Expand Down

0 comments on commit 67e5258

Please sign in to comment.