Skip to content

Commit 8ad5b66

Browse files
committed
minor
1 parent a7ec4de commit 8ad5b66

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ qx.Class.define("osparc.ui.basic.SafeLabel", {
3535
members: {
3636
_onChangeValue(e) {
3737
const val = e.getData();
38-
if (this.getRich() && typeof val === "string") {
38+
if (typeof val === "string") {
3939
const sanitized = osparc.wrapper.DOMPurify.sanitize(val);
4040
if (sanitized !== val) {
4141
this.setValue(sanitized);

0 commit comments

Comments
 (0)