Skip to content

Commit 5e5a2c8

Browse files
committed
nope
1 parent bb1577b commit 5e5a2c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

services/static-webserver/client/source/class/osparc/study/Conversations.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ qx.Class.define("osparc.study.Conversations", {
4141
const viewWidth = 600;
4242
const viewHeight = 700;
4343
const win = osparc.ui.window.Window.popUpInWindow(conversations, title, viewWidth, viewHeight);
44-
win.addListener("close", () => {
45-
conversations.dispose(); // this will remove the WebSocket listeners
46-
}, this);
4744
return win;
4845
},
4946

0 commit comments

Comments
 (0)