Skip to content

Commit 448c5f6

Browse files
committed
minor
1 parent 8af3bef commit 448c5f6

File tree

1 file changed

+2
-2
lines changed
  • services/static-webserver/client/source/class/osparc/ui/basic

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/ui/basic/SafeLabel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ qx.Class.define("osparc.ui.basic.SafeLabel", {
2626
const sanitized = value && typeof value === "string" ? osparc.wrapper.DOMPurify.sanitize(value) : null;
2727
this.base(arguments, sanitized);
2828

29-
this.addListener("changeValue", this._onChangeValue, this);
30-
3129
this.set({
3230
rich: true,
3331
});
32+
33+
this.addListener("changeValue", this._onChangeValue, this);
3434
},
3535

3636
members: {

0 commit comments

Comments
 (0)