From 97e331632cb2fa2145e0a9d5bc79e5fbe45f47e4 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Thu, 5 Sep 2024 21:00:53 +0200 Subject: [PATCH] fix: call overlay issue --- src/lib/components/chat/ChatControls.svelte | 28 ++++++++++----------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/src/lib/components/chat/ChatControls.svelte b/src/lib/components/chat/ChatControls.svelte index 6e96d3831..026186a66 100644 --- a/src/lib/components/chat/ChatControls.svelte +++ b/src/lib/components/chat/ChatControls.svelte @@ -45,21 +45,6 @@ {#if !largeScreen} - {#if show} - -
- { - show = false; - }} - {models} - bind:chatFiles - bind:params - /> -
-
- {/if} - {#if $showCallOverlay}
+ {:else if show} + +
+ { + show = false; + }} + {models} + bind:chatFiles + bind:params + /> +
+
{/if} {:else if show}