diff --git a/webui/src/components/ChatList.tsx b/webui/src/components/ChatList.tsx index f0d14c2d6..1c7cf3980 100644 --- a/webui/src/components/ChatList.tsx +++ b/webui/src/components/ChatList.tsx @@ -40,6 +40,7 @@ import { visibleSessionsForGroup, type ChatGroupLabels, } from "@/lib/chat-groups"; +import { writeDraggedSession } from "@/lib/session-drag"; import { cn } from "@/lib/utils"; import type { ChatSummary, SidebarDensity, SidebarSortMode } from "@/lib/types"; @@ -276,10 +277,19 @@ export const ChatList = memo(function ChatList({