mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-15 02:54:06 +02:00
[Bug Fix] Fix Firefox Page Drag Bug (#1837)
Fix a bug where the file drop prompt would show during page drag on Firefox. Co-authored-by: kazandaki <[email protected]>
This commit is contained in:
@@ -96,7 +96,8 @@ class DragDropManager {
|
||||
}
|
||||
|
||||
adapt(div) {
|
||||
const onDragStart = () => {
|
||||
const onDragStart = (e) => {
|
||||
e.preventDefault();
|
||||
this.startDraggingPage(div);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user