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 e958a1a commit db9fb1bCopy full SHA for db9fb1b
services/static-webserver/client/source/class/osparc/dashboard/WorkspaceHeader.js
@@ -174,7 +174,10 @@ qx.Class.define("osparc.dashboard.WorkspaceHeader", {
174
const title = this.getChildControl("title");
175
if (workspaceId === -2) {
176
this.__setIcon("@FontAwesome5Solid/search/24");
177
- title.setValue(this.tr("Search results"));
+ title.set({
178
+ value: this.tr("Search results"),
179
+ cursor: "auto"
180
+ });
181
return;
182
}
183
0 commit comments