Skip to content

Commit c201b47

Browse files
committed
setText
1 parent ea09cf6 commit c201b47

File tree

1 file changed

+3
-0
lines changed
  • services/static-webserver/client/source/class/osparc/data/model

1 file changed

+3
-0
lines changed

services/static-webserver/client/source/class/osparc/data/model/StudyUI.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ qx.Class.define("osparc.data.model.StudyUI", {
227227
if ("fontSize" in attributesDiff) {
228228
annotation.setFontSize(attributesDiff["fontSize"][1]);
229229
}
230+
if ("text" in attributesDiff) {
231+
annotation.setText(attributesDiff["text"][1]);
232+
}
230233
}
231234
},
232235

0 commit comments

Comments
 (0)