Make drag and drop mobile-friendly
This commit is contained in:
@@ -23,7 +23,6 @@ limitations under the License.
|
|||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
touch-action: none;
|
|
||||||
|
|
||||||
/* HACK: This has no visual effect due to the short duration, but allows the
|
/* HACK: This has no visual effect due to the short duration, but allows the
|
||||||
JS to detect movement via the transform property for audio spatialization */
|
JS to detect movement via the transform property for audio spatialization */
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ export const VideoTileContainer: FC<Props> = memo(
|
|||||||
useDrag((state) => onDragRef.current!(item.id, state), {
|
useDrag((state) => onDragRef.current!(item.id, state), {
|
||||||
target: tileRef,
|
target: tileRef,
|
||||||
filterTaps: true,
|
filterTaps: true,
|
||||||
pointer: { buttons: [1] },
|
preventScroll: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
|||||||
Reference in New Issue
Block a user