maTh hace 4 años
padre
commit
9326e419e3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 		const li = ev.target.closest ? ev.target.closest(dropzone) : null;
 		if (li) {
 		if (li) {
 			const scroll_top = document.documentElement.scrollTop;
 			const scroll_top = document.documentElement.scrollTop;