Fix remove attachment (#3040)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-04-21 16:31:06 +06:00 committed by GitHub
parent a7f3dae031
commit e0e9249270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')
}} }}
> >