update #5
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,8 @@ class DragDropManager {
|
||||||
}
|
}
|
||||||
|
|
||||||
adapt(div) {
|
adapt(div) {
|
||||||
const onDragStart = () => {
|
const onDragStart = (e) => {
|
||||||
|
e.preventDefault();
|
||||||
this.startDraggingPage(div);
|
this.startDraggingPage(div);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue