Skip to content

Commit 2ae7a33

Browse files
kananramazandev“Jevin”
and
“Jevin”
committed
fix(watermark): modify dom properties to regenerate (#7149)
Co-authored-by: “Jevin” <jevin@mogul-tech.com>
1 parent 9eda1e5 commit 2ae7a33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎components/watermark/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ const Watermark = defineComponent({
237237
};
238238
useMutationObserver(containerRef, onMutate, {
239239
attributes: true,
240+
subtree: true,
241+
childList: true,
240242
});
241243
return () => {
242244
return (

0 commit comments

Comments
 (0)