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 5b1f839 commit 47c1210Copy full SHA for 47c1210
services/static-webserver/client/source/class/osparc/support/Conversation.js
@@ -60,7 +60,7 @@ qx.Class.define("osparc.support.Conversation", {
60
this.getChildControl("share-project-layout").add(new qx.ui.core.Spacer(), { flex: 1 });
61
this.getChildControl("share-project-layout").add(control);
62
63
- control.addListener("changeValue", e => this.__shareProjectWithSupport(e.getData()), this);
+ control.addListener("tap", () => this.__shareProjectWithSupport(control.getValue()), this);
64
break;
65
}
66
return control || this.base(arguments, id);
0 commit comments