mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-24 12:06:57 +03:00
Space editor fix (#1496)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
parent
299d9a9541
commit
9c16e864d5
@ -66,7 +66,7 @@
|
|||||||
}}
|
}}
|
||||||
on:click={(evt) => {
|
on:click={(evt) => {
|
||||||
dispatch('close')
|
dispatch('close')
|
||||||
action.action(evt, ctx)
|
action.action(ctx, evt)
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{#if action.icon}
|
{#if action.icon}
|
||||||
|
Loading…
Reference in New Issue
Block a user