Skip to content

Commit b05f8ae

Browse files
committed
minor
1 parent 3146098 commit b05f8ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

services/static-webserver/client/source/class/osparc/ui/message/FlashMessageOEC.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,11 @@ qx.Class.define("osparc.ui.message.FlashMessageOEC", {
9898

9999
__openSupportChat: function() {
100100
console.log(this.__getContext());
101-
osparc.support.SupportCenter.openWindow();
101+
const supportCenter = osparc.support.SupportCenter.openWindow();
102+
supportCenter.openConversation(null);
103+
const conversationPage = supportCenter.getChildControl("conversation-page");
104+
const conversation = conversationPage.getChildControl("conversation-content");
105+
// conversation.
102106
},
103107
}
104108
});

0 commit comments

Comments
 (0)