diff --git a/app/components/Sidebar/components/CollectionLinkChildren.tsx b/app/components/Sidebar/components/CollectionLinkChildren.tsx index 4a1cad584..9357a1d6c 100644 --- a/app/components/Sidebar/components/CollectionLinkChildren.tsx +++ b/app/components/Sidebar/components/CollectionLinkChildren.tsx @@ -37,7 +37,7 @@ function CollectionLinkChildren({ const [{ isOverReorder, isDraggingAnyDocument }, dropToReorder] = useDrop({ accept: "document", drop: (item: DragObject) => { - if (!manualSort) { + if (!manualSort && item.collectionId === collection?.id) { showToast( t( "You can't reorder documents in an alphabetically sorted collection"