Fixed redo shortcut misconfiguration (#551)

This commit is contained in:
David 2022-02-02 23:03:49 +01:00 committed by GitHub
parent 4cee3203e6
commit db7e785ca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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