diff --git a/.changeset/new-humans-worry.md b/.changeset/new-humans-worry.md new file mode 100644 index 0000000000..9a5f62d15c --- /dev/null +++ b/.changeset/new-humans-worry.md @@ -0,0 +1,5 @@ +--- +'@directus/app': patch +--- + +Fixed image select dialog showing above file drawer for markdown interface diff --git a/app/src/interfaces/input-rich-text-md/input-rich-text-md.vue b/app/src/interfaces/input-rich-text-md/input-rich-text-md.vue index 8cf3a51bf5..12403b0a6b 100644 --- a/app/src/interfaces/input-rich-text-md/input-rich-text-md.vue +++ b/app/src/interfaces/input-rich-text-md/input-rich-text-md.vue @@ -398,7 +398,7 @@ function edit(type: Alteration, options?: Record) { @esc="imageDialogOpen = false" @update:model-value="imageDialogOpen = false" > - + {{ t('upload_from_device') }}