removed duplication and unnecessary keymappings in codemirror config
This commit is contained in:
parent
06fafbd8eb
commit
5448fc6077
3 changed files with 10 additions and 11 deletions
|
|
@ -28,5 +28,5 @@ const keymaps = {
|
|||
|
||||
export function keybindings(name) {
|
||||
const active = keymaps[name];
|
||||
return [active ? active() : []];
|
||||
return [active ? Prec.high(active()) : []];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue