diff --git a/src/renderer/src/pages/home/Topics.tsx b/src/renderer/src/pages/home/Topics.tsx index 68baa927..28ceee2d 100644 --- a/src/renderer/src/pages/home/Topics.tsx +++ b/src/renderer/src/pages/home/Topics.tsx @@ -100,9 +100,12 @@ const Topics: FC = ({ assistant: _assistant, activeTopic, setActiveTopic return ( setDraging(true)} + onDragStart={() => { + setShowAll(true) + setDraging(true) + }} onDragEnd={() => setDraging(false)}> {(topic) => { const isActive = topic.id === activeTopic?.id