mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-10 21:55:19 +00:00
Make drag and drop mobile-friendly
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user