浏览代码

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

TC pushbot 5 4 年之前
父节点
当前提交
c61226a6af
共有 1 个文件被更改,包括 1 次插入0 次删除
  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();
         }