mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(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
This commit is contained in:
parent
a424450cbe
commit
7e57b8c7a7
@ -431,7 +431,7 @@ export const groups: CommendGroupDef[] = [{
|
|||||||
desc: 'Finish editing a cell, saving the value'
|
desc: 'Finish editing a cell, saving the value'
|
||||||
}, {
|
}, {
|
||||||
name: 'detachEditor',
|
name: 'detachEditor',
|
||||||
keys: [''],
|
keys: [],
|
||||||
desc: 'Detach active editor'
|
desc: 'Detach active editor'
|
||||||
}, {
|
}, {
|
||||||
name: 'fieldEditSaveHere',
|
name: 'fieldEditSaveHere',
|
||||||
|
Loading…
Reference in New Issue
Block a user