Skip to content

Commit 47c1210

Browse files
committed
minor
1 parent 5b1f839 commit 47c1210

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/support

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ qx.Class.define("osparc.support.Conversation", {
6060
this.getChildControl("share-project-layout").add(new qx.ui.core.Spacer(), { flex: 1 });
6161
this.getChildControl("share-project-layout").add(control);
6262
this.getChildControl("share-project-layout").add(new qx.ui.core.Spacer(), { flex: 1 });
63-
control.addListener("changeValue", e => this.__shareProjectWithSupport(e.getData()), this);
63+
control.addListener("tap", () => this.__shareProjectWithSupport(control.getValue()), this);
6464
break;
6565
}
6666
return control || this.base(arguments, id);

0 commit comments

Comments
 (0)