mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix image select dialog showing above file drawer for markdown interface (#21520)
This commit is contained in:
5
.changeset/new-humans-worry.md
Normal file
5
.changeset/new-humans-worry.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed image select dialog showing above file drawer for markdown interface
|
||||
@@ -398,7 +398,7 @@ function edit(type: Alteration, options?: Record<string, any>) {
|
||||
@esc="imageDialogOpen = false"
|
||||
@update:model-value="imageDialogOpen = false"
|
||||
>
|
||||
<v-card>
|
||||
<v-card class="allow-drawer">
|
||||
<v-card-title>{{ t('upload_from_device') }}</v-card-title>
|
||||
<v-card-text>
|
||||
<v-upload from-url from-library :folder="folder" @input="onImageUpload" />
|
||||
|
||||
Reference in New Issue
Block a user