From 9326e419e3b90b2db4b6a8531503b710605ac6d4 Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 30 Oct 2021 18:45:05 +0200 Subject: fix typo (#3949) --- p/scripts/category.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/scripts') diff --git a/p/scripts/category.js b/p/scripts/category.js index e75c04571..cb8616b97 100644 --- a/p/scripts/category.js +++ b/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; -- cgit v1.2.3