From fc40a401d70416f6cc4329a9daeca506c2d3ddcb Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Mon, 9 Nov 2020 22:37:33 -0500 Subject: [PATCH] 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. --- scripts/system/create/entityList/html/js/entityList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/system/create/entityList/html/js/entityList.js b/scripts/system/create/entityList/html/js/entityList.js index 3ff8328132..aa23784eea 100644 --- a/scripts/system/create/entityList/html/js/entityList.js +++ b/scripts/system/create/entityList/html/js/entityList.js @@ -1735,6 +1735,7 @@ function loaded() { // close context menu when switching focus to another window $(window).blur(function() { entityListContextMenu.close(); + closeAllEntityListMenu(); }); function closeAllEntityListMenu() {