瀏覽代碼

fix(aot) Let jitsi-meet-electron-sdk do the close (#10679)

master
Horatiu Muresan 3 年之前
父節點
當前提交
6b260c27a5
No account linked to committer's email address
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      react/features/always-on-top/HangupButton.js

+ 0
- 1
react/features/always-on-top/HangupButton.js 查看文件

@@ -23,6 +23,5 @@ export default class HangupButton extends AbstractHangupButton<Props, *> {
23 23
      */
24 24
     _doHangup() {
25 25
         api.executeCommand('hangup');
26
-        window.close();
27 26
     }
28 27
 }

Loading…
取消
儲存