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