update #5

Open
mdebray wants to merge 231 commits from update into main
Showing only changes of commit 78211d09c5 - Show all commits

View file

@ -96,7 +96,8 @@ class DragDropManager {
}
adapt(div) {
const onDragStart = () => {
const onDragStart = (e) => {
e.preventDefault();
this.startDraggingPage(div);
};