Skip to content

Commit 917a423

Browse files
committed
Enter command
1 parent bb29013 commit 917a423

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/static-webserver/client/source/class/osparc/share/NewCollaboratorsManager.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ qx.Class.define("osparc.share.NewCollaboratorsManager", {
7575
const searchButton = this.__searchButton = new osparc.ui.form.FetchButton(this.tr("Search"), "@FontAwesome5Solid/search/12").set({
7676
maxHeight: 30,
7777
});
78+
const command = new qx.ui.command.Command("Enter");
79+
searchButton.setCommand(command);
7880
searchButton.addListener("execute", () => this.__searchUsers(), this);
7981
toolbar.add(searchButton);
8082
this.add(toolbar);

0 commit comments

Comments
 (0)