diff --git a/packages/presentation/src/components/Channels.svelte b/packages/presentation/src/components/Channels.svelte index a6753c533c..57c0dd3428 100644 --- a/packages/presentation/src/components/Channels.svelte +++ b/packages/presentation/src/components/Channels.svelte @@ -14,17 +14,15 @@ // limitations under the License. --> + + { + if (props) fitPopup(props) + }} + on:keydown={(evt) => { + if (props) handleKeydown(evt) + }} +/> +{#if props} + {#await getResource(props.component)} + + {:then component} + +