Fixed redo shortcut misconfiguration (#551)
This commit is contained in:
parent
4cee3203e6
commit
db7e785ca2
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ export function useKeyboardShortcuts(ref: React.RefObject<HTMLDivElement>) {
|
|||
)
|
||||
|
||||
useHotkeys(
|
||||
'ctrl+shift-z,⌘+shift+z',
|
||||
'ctrl+shift+z,⌘+shift+z',
|
||||
() => {
|
||||
if (!canHandleEvent(true)) return
|
||||
|
||||
|
|
Loading…
Reference in a new issue