mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-14 21:09:58 +00:00
fix: intro screen closing immediately (#732)
This commit is contained in:
parent
b18bc7fad1
commit
9727568d34
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue