diff --git a/apps/renderer/src/modules/feed-column/category.tsx b/apps/renderer/src/modules/feed-column/category.tsx index aa60a602a..108332e2b 100644 --- a/apps/renderer/src/modules/feed-column/category.tsx +++ b/apps/renderer/src/modules/feed-column/category.tsx @@ -102,7 +102,7 @@ function FeedCategoryImpl({ data: ids, view, categoryOpenStateData }: FeedCatego const itemsRef = useRef(null) - const toggleCategoryOpenState = (e: React.MouseEvent) => { + const toggleCategoryOpenState = (e: React.MouseEvent) => { e.stopPropagation() if (!isCategoryEditing) { setCategoryActive() @@ -256,7 +256,7 @@ function FeedCategoryImpl({ data: ids, view, categoryOpenStateData }: FeedCatego ) }} > -
+