Make drag and drop mobile-friendly

This commit is contained in:
Robin Townsend
2023-02-03 15:42:47 -05:00
parent 6cd939db0c
commit 22382413dc
2 changed files with 1 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ export const VideoTileContainer: FC<Props> = memo(
useDrag((state) => onDragRef.current!(item.id, state), {
target: tileRef,
filterTaps: true,
pointer: { buttons: [1] },
preventScroll: true,
});
const {