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 a7ec4de commit 8ad5b66Copy full SHA for 8ad5b66
services/static-webserver/client/source/class/osparc/ui/basic/SafeLabel.js
@@ -35,7 +35,7 @@ qx.Class.define("osparc.ui.basic.SafeLabel", {
35
members: {
36
_onChangeValue(e) {
37
const val = e.getData();
38
- if (this.getRich() && typeof val === "string") {
+ if (typeof val === "string") {
39
const sanitized = osparc.wrapper.DOMPurify.sanitize(val);
40
if (sanitized !== val) {
41
this.setValue(sanitized);
0 commit comments