This commit is contained in:
Timothy Jaeryang Baek
2026-03-08 17:09:41 -05:00
parent 7aa7bbc390
commit 3e952044bd
@@ -78,10 +78,6 @@
let chat = null;
let mouseOver = false;
let draggable = false;
$: if (mouseOver) {
loadChat();
}
const loadChat = async () => {
if (!chat) {
@@ -375,7 +371,7 @@
id="sidebar-chat-group"
bind:this={itemElement}
class=" w-full {className} relative group"
draggable={draggable && !confirmEdit}
draggable={!confirmEdit}
>
{#if confirmEdit}
<div