We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663d9bb commit 4807e05Copy full SHA for 4807e05
services/static-webserver/client/source/class/osparc/study/Conversations.js
@@ -315,7 +315,8 @@ qx.Class.define("osparc.study.Conversations", {
315
const studyData = this.getStudyData();
316
osparc.study.Conversations.addConversation(studyData["uuid"], "new " + (this.__conversations.length + 1))
317
.then(conversationDt => {
318
- const newConversationPage = this.__addConversationPage(conversationDt);
+ this.__addConversationPage(conversationDt);
319
+ const newConversationPage = this.__getConversation(conversationDt["conversationId"]);
320
if (newConversationPage) {
321
conversationsLayout.setSelection([newConversationPage]);
322
}
0 commit comments