cleanup dragmessages draggable

This commit is contained in:
the-djmaze 2022-09-27 21:09:54 +02:00
parent 918af4ecf5
commit 55faeaa1d1
2 changed files with 1 additions and 2 deletions

View file

@ -117,7 +117,6 @@ Object.assign(ko.bindingHandlers, {
}, false);
element.addEventListener("dragend", () => dragData = null);
element.setAttribute('draggable', true);
}
},