fix items are not updated when scrolling

This commit is contained in:
ammarahm-ed
2021-02-16 17:17:17 +05:00
parent 9c99693ee3
commit 2d684af57d

View File

@@ -39,7 +39,7 @@ const SelectionWrapper = ({
}
}
}
}, [selectedItemsList]);
}, [selectedItemsList,item.id]);
const onLong = () => {
if (selectionMode) return;