Skip to content

Commit fa85c6b

Browse files
committed
minor
1 parent 0b77997 commit fa85c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/support/ConversationPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ qx.Class.define("osparc.support.ConversationPage", {
149149
proposeConversation: function(type) {
150150
type = type || "askAQuestion";
151151
this.setConversation(null);
152-
this.clearAllMessages();
153152

154153
const title = this.getChildControl("conversation-title");
155154
const conversationContent = this.getChildControl("conversation-content");
155+
conversationContent.clearAllMessages();
156156
let msg = "Hi " + osparc.auth.Data.getInstance().getUserName() + ",";
157157
switch(type) {
158158
case "askAQuestion":

0 commit comments

Comments
 (0)