Space editor fix (#1496)

Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov 2022-04-22 17:21:08 +06:00 committed by GitHub
parent 299d9a9541
commit 9c16e864d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@
}}
on:click={(evt) => {
dispatch('close')
action.action(evt, ctx)
action.action(ctx, evt)
}}
>
{#if action.icon}