Skip to content

🛂(frontend) block drag n drop when not desktop #1239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 30, 2025

Conversation

AntoLC
Copy link
Collaborator

@AntoLC AntoLC commented Jul 29, 2025

Purpose

Scrolling on mobile devices was causing issues with drag and drop functionality, documents were being moved unintentionally.

Proposal

This commit disables drag and drop on mobile devices to prevent this issue.

@AntoLC AntoLC self-assigned this Jul 29, 2025
@AntoLC AntoLC force-pushed the refacto/remove-dnd-mobile branch from 598f2fc to 858bcb2 Compare July 30, 2025 10:11
@AntoLC AntoLC changed the title Remove Drag and Drop when mobile 🛂(frontend) block drag n drop when not desktop Jul 30, 2025
@AntoLC AntoLC force-pushed the refacto/remove-dnd-mobile branch from 858bcb2 to 80c4087 Compare July 30, 2025 10:12
@AntoLC AntoLC linked an issue Jul 30, 2025 that may be closed by this pull request
@AntoLC AntoLC added bug Something isn't working frontend labels Jul 30, 2025
@AntoLC AntoLC force-pushed the refacto/remove-dnd-mobile branch from 80c4087 to 115c0d9 Compare July 30, 2025 10:14
@AntoLC AntoLC requested review from Ovgodd and lunika July 30, 2025 10:35
Scrolling on mobile devices was causing issues
with drag and drop functionality, documents were
being moved unintentionally.
This commit disables drag and drop on mobile devices
to prevent this issue.
@AntoLC AntoLC force-pushed the refacto/remove-dnd-mobile branch from 115c0d9 to 2cbe363 Compare July 30, 2025 12:06
@AntoLC AntoLC merged commit 2cbe363 into main Jul 30, 2025
20 of 21 checks passed
@AntoLC AntoLC deleted the refacto/remove-dnd-mobile branch July 30, 2025 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[URGENT] unintentional drag & drop on touch screen
3 participants