Commit 0b1e85fb authored by pythongosssss's avatar pythongosssss
Browse files

Add manual flag when restoring pos

parent 716d8e74
......@@ -101,6 +101,7 @@ function dragElement(dragEl, settings) {
dragEl.style.right = pos.right;
dragEl.style.top = pos.top;
dragEl.style.bottom = pos.bottom;
dragEl.classList.add("comfy-menu-manual-pos");
ensureInBounds();
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment