Selection and Actions menu close with the window

Bug fixed: 
The "Selection" and "Actions" menu now close when we close the Entity list window or the Create App.
This commit is contained in:
Alezia Kurdis 2020-11-09 22:37:33 -05:00 committed by GitHub
parent 44db0bb866
commit fc40a401d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1735,6 +1735,7 @@ function loaded() {
// close context menu when switching focus to another window
$(window).blur(function() {
entityListContextMenu.close();
closeAllEntityListMenu();
});
function closeAllEntityListMenu() {