Просмотр исходного кода

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

TC pushbot 5 4 лет назад
Родитель
Сommit
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();
         }