fix error on popover close
This commit is contained in:
parent
b7aeb34296
commit
bc6b4c8e4b
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
|||
<StatusBookmarkFolderMenu
|
||||
v-if="button.name === 'bookmark'"
|
||||
:status="status"
|
||||
@close="() => { close(); outerClose() }"
|
||||
@close="() => { close(); outerClose?.() }"
|
||||
/>
|
||||
</template>
|
||||
</Popover>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue