Explorar o código

Fixed minor UX bug on closing floatWindow don't close fw button

TC pushbot 5 %!s(int64=4) %!d(string=hai) anos
pai
achega
c61226a6af
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      web/desktop.system

+ 1 - 0
web/desktop.system

@@ -2106,6 +2106,7 @@
 
             //Find the btn object that contains the windowID
             var closingWindowID = $(fw).attr("windowId");
+            $("#stackedWindowList").hide();
             resizeAllFloatWindowButtons();
             hideAllContextMenus();
         }