Skip to content

Commit

Permalink
fix: magnifier failed to hydrate properly when teleport is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
arg0NNY committed Feb 4, 2025
1 parent ba4f418 commit 6ac7dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Magnifuer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</div>

<Teleport
:to="teleport === false ? 'parent' : teleport"
:to="teleport === false ? undefined : teleport"
:disabled="teleport === false"
>
<Transition
Expand Down

0 comments on commit 6ac7dea

Please sign in to comment.