mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 07:17:43 +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
|
// close context menu when switching focus to another window
|
||||||
$(window).blur(function() {
|
$(window).blur(function() {
|
||||||
entityListContextMenu.close();
|
entityListContextMenu.close();
|
||||||
|
closeAllEntityListMenu();
|
||||||
});
|
});
|
||||||
|
|
||||||
function closeAllEntityListMenu() {
|
function closeAllEntityListMenu() {
|
||||||
|
|
Loading…
Reference in a new issue