mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-03-01 01:40:42 +00:00
fix dup keyboard shortcut
This commit is contained in:
parent
4499980b55
commit
154d0aed87
@ -227,10 +227,6 @@ export default function ProcessInstanceShow({ variant }: OwnProps) {
|
|||||||
function: shortcutLoadPrimaryFile,
|
function: shortcutLoadPrimaryFile,
|
||||||
label: 'View process model [d]iagram',
|
label: 'View process model [d]iagram',
|
||||||
},
|
},
|
||||||
'd,enter': {
|
|
||||||
function: shortcutLoadPrimaryFile,
|
|
||||||
label: 'View diagram',
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
const keyboardShortcutArea = useKeyboardShortcut(keyboardShortcuts);
|
const keyboardShortcutArea = useKeyboardShortcut(keyboardShortcuts);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user