'Escape' onKeyUp event doesn't work (#6578)

'Escape' onKeyUp event doesn't work
This commit is contained in:
Norbert de Langen 2019-04-25 13:27:56 +02:00 committed by GitHub
commit fb6b9d2403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,6 @@ export default function initShortcuts({ store }: Module) {
} else if (!showNav) {
fullApi.toggleNav();
}
document.activeElement.blur();
break;
}