Skip to content

Commit 411b996

Browse files
committed
fix #8393 -- do not close the pop-up video chat window automatically even if the file/project that launched it is closed
1 parent 4a34ca8 commit 411b996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/frontend/chat/video/video-chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class VideoChat {
2525
}
2626

2727
close = () => {
28-
this.closeVideoChatWindow();
28+
// this.closeVideoChatWindow();
2929
delete this.intervalId;
3030
};
3131

0 commit comments

Comments
 (0)