mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
Add manual flag when restoring pos
This commit is contained in:
parent
6b3becdad8
commit
8b3b6f7c6d
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user