mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
'Escape' onKeyUp event doesn't work (#6578)
'Escape' onKeyUp event doesn't work
This commit is contained in:
commit
fb6b9d2403
@ -127,7 +127,6 @@ export default function initShortcuts({ store }: Module) {
|
||||
} else if (!showNav) {
|
||||
fullApi.toggleNav();
|
||||
}
|
||||
document.activeElement.blur();
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user