Skip to content

Commit

Permalink
fix: intro screen closing immediately (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
Demivan authored Jan 3, 2023
1 parent b18bc7f commit 9727568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modal/ModalContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const handlePublishClose = () => {
<ModalDialog v-model="isSigninDialogOpen" py-4 px-8 max-w-125>
<UserSignIn />
</ModalDialog>
<ModalDialog v-model="isPreviewHelpOpen" max-w-125>
<ModalDialog v-model="isPreviewHelpOpen" keep-alive max-w-125>
<HelpPreview @close="closePreviewHelp()" />
</ModalDialog>
<ModalDialog
Expand Down

0 comments on commit 9727568

Please sign in to comment.