maTh 4 years ago
parent
commit
9326e419e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      p/scripts/category.js

+ 1 - 1
p/scripts/category.js

@@ -74,7 +74,7 @@ function init_draggable() {
 		}
 	};
 
-	dropSection.onddragleave = function (ev) {
+	dropSection.ondragleave = function (ev) {
 		const li = ev.target.closest ? ev.target.closest(dropzone) : null;
 		if (li) {
 			const scroll_top = document.documentElement.scrollTop;