fix: image modal unable to select image (#459)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
parent
ae45b8d822
commit
b918ad50cf
2 changed files with 2 additions and 3 deletions
|
@ -42,7 +42,6 @@ useEventListener('keydown', (e: KeyboardEvent) => {
|
|||
</ModalDialog>
|
||||
<ModalDialog
|
||||
v-model="isMediaPreviewOpen"
|
||||
pointer-events-none
|
||||
w-full max-w-full h-full max-h-full
|
||||
bg-transparent border-0 shadow-none
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue