mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 05:22:11 +02:00
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:
parent
44db0bb866
commit
fc40a401d7
1 changed files with 1 additions and 0 deletions
|
@ -1735,6 +1735,7 @@ function loaded() {
|
|||
// close context menu when switching focus to another window
|
||||
$(window).blur(function() {
|
||||
entityListContextMenu.close();
|
||||
closeAllEntityListMenu();
|
||||
});
|
||||
|
||||
function closeAllEntityListMenu() {
|
||||
|
|
Loading…
Reference in a new issue