diff --git a/src/lib/components/layout/Sidebar/ChatItem.svelte b/src/lib/components/layout/Sidebar/ChatItem.svelte index 7134b1e94d..36a76a932c 100644 --- a/src/lib/components/layout/Sidebar/ChatItem.svelte +++ b/src/lib/components/layout/Sidebar/ChatItem.svelte @@ -79,6 +79,9 @@ let mouseOver = false; let draggable = false; + $: if (mouseOver) { + loadChat(); + } const loadChat = async () => { if (!chat) {