Fix image select dialog showing above file drawer for markdown interface (#21520)

This commit is contained in:
Pascal Jufer
2024-02-22 12:11:42 +01:00
committed by GitHub
parent fb4ff30331
commit 4727763c7d
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
'@directus/app': patch
---
Fixed image select dialog showing above file drawer for markdown interface

View File

@@ -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" />