diff --git a/plugins/attachment-resources/src/components/AttachmentRefInput.svelte b/plugins/attachment-resources/src/components/AttachmentRefInput.svelte index 2534583615..a2ff53c831 100644 --- a/plugins/attachment-resources/src/components/AttachmentRefInput.svelte +++ b/plugins/attachment-resources/src/components/AttachmentRefInput.svelte @@ -310,6 +310,7 @@ haveAttachment={attachments.size > 0} withoutTopBorder={attachments.size > 0} on:attach={() => { + dispatch('focus') inputFile.click() }} on:update={onUpdate}