mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-29 11:43:49 +00:00
Fix remove attachment (#3040)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
a7f3dae031
commit
e0e9249270
@ -83,6 +83,7 @@
|
|||||||
class="remove-btn"
|
class="remove-btn"
|
||||||
on:click={(ev) => {
|
on:click={(ev) => {
|
||||||
ev.stopPropagation()
|
ev.stopPropagation()
|
||||||
|
ev.preventDefault()
|
||||||
dispatch('remove')
|
dispatch('remove')
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user