mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
Fix attachments in comments popup (#3758)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
e1cdd7636a
commit
c16970f357
@ -310,6 +310,7 @@
|
||||
haveAttachment={attachments.size > 0}
|
||||
withoutTopBorder={attachments.size > 0}
|
||||
on:attach={() => {
|
||||
dispatch('focus')
|
||||
inputFile.click()
|
||||
}}
|
||||
on:update={onUpdate}
|
||||
|
Loading…
Reference in New Issue
Block a user