🛂(frontend) block drag n drop when not desktop

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.
This commit is contained in:
Anthony LC
2025-07-30 12:14:32 +02:00
parent 7f450e8aa8
commit 2cbe363a5f
8 changed files with 97 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ and this project adheres to
- 🔧(project) change env.d system by using local files #1200
- ⚡️(frontend) improve tree stability #1207
- ⚡️(frontend) improve accessibility #1232
- 🛂(frontend) block drag n drop when not desktop #1239
### Fixed