Channels open fix (#896)

Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov 2022-02-01 15:03:05 +06:00 committed by GitHub
parent e81c8a3c41
commit f758fd678f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -71,4 +71,4 @@
}
</script>
<Channels {channels} {integrations} on:change={(e) => { save(e.detail) }} />
<Channels {channels} {integrations} on:change={(e) => { save(e.detail) }} on:click />

View File

@ -58,7 +58,7 @@
</div>
<div class="flex-between channels">
<div class="flex-row-center">
<ChannelsEditor attachedTo={object._id} attachedClass={object._class} {integrations} />
<ChannelsEditor attachedTo={object._id} attachedClass={object._class} {integrations} on:click />
</div>
<div class="flex-row-center">

View File

@ -95,7 +95,7 @@
<div class="flex-between channels">
<div class="flex-row-center">
<ChannelsEditor attachedTo={object._id} attachedClass={object._class} {integrations} />
<ChannelsEditor attachedTo={object._id} attachedClass={object._class} {integrations} on:click />
</div>
<div class="flex-row-center">