Fix attachments in comments popup (#3758)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2023-09-28 22:13:04 +07:00 committed by GitHub
parent e1cdd7636a
commit c16970f357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -310,6 +310,7 @@
haveAttachment={attachments.size > 0}
withoutTopBorder={attachments.size > 0}
on:attach={() => {
dispatch('focus')
inputFile.click()
}}
on:update={onUpdate}