(core) Remove empty keyboard shortcut for command that shouldn't have one

Test Plan: Tested manually that strange-looking shortcut line for "Detach active editor" is gone.

Reviewers: jarek

Reviewed By: jarek

Differential Revision: https://phab.getgrist.com/D4148
pull/805/head
Dmitry S 5 months ago
parent a424450cbe
commit 7e57b8c7a7

@ -431,7 +431,7 @@ export const groups: CommendGroupDef[] = [{
desc: 'Finish editing a cell, saving the value'
}, {
name: 'detachEditor',
keys: [''],
keys: [],
desc: 'Detach active editor'
}, {
name: 'fieldEditSaveHere',

Loading…
Cancel
Save