mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +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 = () => {
|
const onLong = () => {
|
||||||
if (selectionMode) return;
|
if (selectionMode) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user