Pārlūkot izejas kodu

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

TC pushbot 5 4 gadi atpakaļ
vecāks
revīzija
c61226a6af
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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();
         }