fixed style issues
This commit is contained in:
parent
b141e1ee68
commit
0c2838cc90
1 changed files with 1 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue