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() {
|
export function getCloseBracketsExtensions() {
|
||||||
return [
|
return [
|
||||||
closeBrackets(),
|
closeBrackets(),
|
||||||
Prec.highest(keymap.of([
|
Prec.highest(keymap.of(closeBracketsKeymap)),
|
||||||
...closeBracketsKeymap,
|
|
||||||
])),
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user