diff --git a/core/frontend/src/components/canvas/customComponent/VText.vue b/core/frontend/src/components/canvas/customComponent/VText.vue index 8dbd863c42..dd82fed40b 100644 --- a/core/frontend/src/components/canvas/customComponent/VText.vue +++ b/core/frontend/src/components/canvas/customComponent/VText.vue @@ -18,7 +18,7 @@ @mousedown="handleMousedown" @blur="handleBlur" @input="handleInput" - v-html="$xss(element.propValue)" + v-html="element.propValue" />
@@ -45,6 +45,7 @@