mirror of
https://github.com/heyman/heynote.git
synced 2025-06-28 05:21:48 +02:00
Remove unnecessary syntax
This commit is contained in:
parent
2859250def
commit
ed3a35af2c
@ -5,8 +5,6 @@ import { keymap } from "@codemirror/view"
|
||||
export function getCloseBracketsExtensions() {
|
||||
return [
|
||||
closeBrackets(),
|
||||
Prec.highest(keymap.of([
|
||||
...closeBracketsKeymap,
|
||||
])),
|
||||
Prec.highest(keymap.of(closeBracketsKeymap)),
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user