diff --git a/core/frontend/src/components/canvas/components/editor/Preview.vue b/core/frontend/src/components/canvas/components/editor/Preview.vue index 5b4c69346f..d05888ece5 100644 --- a/core/frontend/src/components/canvas/components/editor/Preview.vue +++ b/core/frontend/src/components/canvas/components/editor/Preview.vue @@ -508,6 +508,13 @@ export default { } }) } + }, + screenShotStatues: { + handler(newVal, oldVla) { + if (this.screenShotStatues) { + this.initWatermark('preview-temp-canvas-main') + } + } } }, created() {