Skip to content

Commit 98d57ab

Browse files
committed
focus title
1 parent d3eb6df commit 98d57ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/static-webserver/client/source/class/osparc/editor/OrganizationEditor.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ qx.Class.define("osparc.editor.OrganizationEditor", {
3030
this.getChildControl("description");
3131
this.getChildControl("thumbnail");
3232
newOrg ? this.getChildControl("create") : this.getChildControl("save");
33+
34+
this.addListener("appear", () => {
35+
title.focus();
36+
title.activate();
37+
});
3338
},
3439

3540
properties: {

0 commit comments

Comments
 (0)