浏览代码

Fixing minor js issue

TC pushbot 5 4 年之前
父节点
当前提交
8477d87667
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      web/desktop.system

+ 2 - 0
web/desktop.system

@@ -4363,6 +4363,8 @@
 
 
             var targetURL = "share?id=" + payload.uuid;
             var targetURL = "share?id=" + payload.uuid;
             window.open(targetURL);
             window.open(targetURL);
+
+            hideAllContextMenus();
         }
         }
 
 
         function shareWithThisPermission(target, event){
         function shareWithThisPermission(target, event){