Skip to content

Commit 8f66b2e

Browse files
committed
minor
1 parent e43a2d8 commit 8f66b2e

File tree

1 file changed

+2
-0
lines changed
  • services/static-webserver/client/source/class/osparc/editor

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ qx.Class.define("osparc.editor.TextEditor", {
8181
writePage.add(control, {
8282
flex: 1
8383
});
84+
const subtitle = this.getChildControl("subtitle");
85+
writePage.add(subtitle);
8486
tabs.add(writePage);
8587
break;
8688
}

0 commit comments

Comments
 (0)