We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994f464 commit 8a64435Copy full SHA for 8a64435
1 file changed
src/api_block/init.js
@@ -625,7 +625,8 @@ define([
625
}
626
if (e.keyCode == escKey) {
627
// close popup on esc
628
- if (blockContainer.getFocusedPageType() != FOCUSED_PAGE_TYPE.NULL) {
+ if (blockContainer.getFocusedPageType() != FOCUSED_PAGE_TYPE.NULL
629
+ && blockContainer.appsMenu) {
630
blockContainer.appsMenu.close();
631
632
0 commit comments