mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
fix items are not updated when scrolling
This commit is contained in:
@@ -39,7 +39,7 @@ const SelectionWrapper = ({
|
||||
}
|
||||
}
|
||||
}
|
||||
}, [selectedItemsList]);
|
||||
}, [selectedItemsList,item.id]);
|
||||
|
||||
const onLong = () => {
|
||||
if (selectionMode) return;
|
||||
|
||||
Reference in New Issue
Block a user