Explorar el Código

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

TC pushbot 5 hace 4 años
padre
commit
c61226a6af
Se han modificado 1 ficheros con 1 adiciones y 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();
         }