remove on dragleave from dropdiv to avoid flickerring

This commit is contained in:
Abhinav-grd 2021-06-03 16:28:44 +05:30
parent 7c4963ec31
commit 3fb4c861eb

View file

@ -58,7 +58,6 @@ export default function FullScreenDropZone(props: Props) {
<DropDiv
{...props.getRootProps({
onDragEnter,
onDragLeave,
onDrop: (e) => {
e.preventDefault();
props.showCollectionSelector();