diff --git a/src/lib/components/chat/MessageInput.svelte b/src/lib/components/chat/MessageInput.svelte index a2b86a11d..41929847d 100644 --- a/src/lib/components/chat/MessageInput.svelte +++ b/src/lib/components/chat/MessageInput.svelte @@ -535,7 +535,7 @@
-
+
{ selectedChatId = null; @@ -308,6 +309,7 @@ selectedChatId = null; chatId.set(''); }} + draggable="false" >
- {#if $mobile} -
- +
+ -
- {#if $user !== undefined} - { - if (e.detail === 'archived-chat') { - showArchivedChats.set(true); - } +
+ {#if $user !== undefined} + { + if (e.detail === 'archived-chat') { + showArchivedChats.set(true); + } + }} + > + - - {/if} -
+
+ User profile +
+
{$user.name}
+ +
+ {/if}
- {/if} +
- +
-->