Better button highlight border

This commit is contained in:
Gregory Schier
2024-02-15 15:55:32 -08:00
parent c8feb6482b
commit a1b4d24907
3 changed files with 5 additions and 5 deletions

View File

@@ -133,7 +133,6 @@ export const baseExtensions = [
return (a.boost ?? 0) - (b.boost ?? 0);
},
}),
keymap.of([indentWithTab]),
syntaxHighlighting(myHighlightStyle),
myTheme,
EditorState.allowMultipleSelections.of(true),
@@ -160,6 +159,7 @@ export const multiLineExtensions = [
highlightActiveLineGutter(),
highlightSelectionMatches({ minSelectionLength: 2 }),
keymap.of([
indentWithTab,
...closeBracketsKeymap,
...defaultKeymap,
...searchKeymap,