Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Commit

Permalink
fix invalid dragged attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
sarracini committed Aug 27, 2015
1 parent 4a8c533 commit 784b2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/drag.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
*/
end(aSite) {
for (let node of gGrid.node.querySelectorAll("[dragged]")) {
node.removeAttribute("dragged");
node.data.dragged = null;
}

// Slide the dragged site back into its cell (may be the old or the new cell).
Expand Down

0 comments on commit 784b2de

Please sign in to comment.