ソースを参照

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();
         }