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 8af3bef commit 448c5f6Copy full SHA for 448c5f6
services/static-webserver/client/source/class/osparc/ui/basic/SafeLabel.js
@@ -26,11 +26,11 @@ qx.Class.define("osparc.ui.basic.SafeLabel", {
26
const sanitized = value && typeof value === "string" ? osparc.wrapper.DOMPurify.sanitize(value) : null;
27
this.base(arguments, sanitized);
28
29
- this.addListener("changeValue", this._onChangeValue, this);
30
-
31
this.set({
32
rich: true,
33
});
+
+ this.addListener("changeValue", this._onChangeValue, this);
34
},
35
36
members: {
0 commit comments