mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 05:38:35 +00:00
fixed style issues
This commit is contained in:
parent
b141e1ee68
commit
0c2838cc90
@ -70,10 +70,7 @@ export default function CodeMirror({
|
||||
},
|
||||
{
|
||||
provide: (plugin) => {
|
||||
return Prec.highest(keymap.of([
|
||||
...vscodeKeymap
|
||||
,
|
||||
]));
|
||||
return Prec.highest(keymap.of([...vscodeKeymap]));
|
||||
},
|
||||
},
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user