Skip to content

Commit

Permalink
fix(iframe): variant.previewReady wasn't reeset to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 10, 2022
1 parent e31002d commit 4f52b45
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ const isIframeLoaded = ref(false)
watch(sandboxUrl, () => {
isIframeLoaded.value = false
Object.assign(props.variant, {
previewReady: false,
})
})
// Settings
Expand Down

0 comments on commit 4f52b45

Please sign in to comment.