diff --git a/adminer/static/functions.js b/adminer/static/functions.js index 82a544a0..bbff8778 100644 --- a/adminer/static/functions.js +++ b/adminer/static/functions.js @@ -621,6 +621,10 @@ function selectSearchSearch() { window.addEventListener("mouseup", () => { dragHelper.classList.remove("dragging"); + dragHelper.style.top = null; + dragHelper.style.left = null; + dragHelper.style.width = null; + parent.insertBefore(dragHelper.tagName === "TABLE" ? dragHelper.firstChild : dragHelper, placeholderRow); placeholderRow.remove();