diff --git a/src/apps/chat/components/layout-drawer/folders/FolderListItem.tsx b/src/apps/chat/components/layout-drawer/folders/FolderListItem.tsx index 614b6e722..44cb74e16 100644 --- a/src/apps/chat/components/layout-drawer/folders/FolderListItem.tsx +++ b/src/apps/chat/components/layout-drawer/folders/FolderListItem.tsx @@ -140,6 +140,9 @@ export function FolderListItem(props: { userSelect: 'none', zIndex: isDragging ? 1 : undefined, + // we had this before, but it wasn't working properly, so we reduced to a handle (folder icon) on mobile + // touchAction: 'none', // DnD prevent scrolling on mobile + // shows the menu icon on hover '&:hover .menu-icon': { visibility: 'visible', @@ -159,13 +162,19 @@ export function FolderListItem(props: { } > - + {/* Folder icon is the drag handle - only this part is draggable */} +