Skip to content

Commit 643eeeb

Browse files
committed
minor
1 parent 42fe339 commit 643eeeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ qx.Class.define("osparc.editor.AnnotationEditor", {
150150
colorPicker.bind("value", annotation, "color");
151151
}
152152

153-
if (annotation.getType() === "text") {
153+
if (annotation.getType() === annotationTypes.TEXT) {
154154
const fontSizeField = this.getChildControl("font-size").set({
155155
value: attrs.fontSize
156156
})

0 commit comments

Comments
 (0)