소스 검색

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;
             window.open(targetURL);
+
+            hideAllContextMenus();
         }
 
         function shareWithThisPermission(target, event){