mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
Remove log
This commit is contained in:
parent
20ae48515e
commit
716d8e746a
@ -54,8 +54,6 @@ function dragElement(dragEl, settings) {
|
||||
newPosX = Math.min(document.body.clientWidth - dragEl.clientWidth, Math.max(0, dragEl.offsetLeft));
|
||||
newPosY = Math.min(document.body.clientHeight - dragEl.clientHeight, Math.max(0, dragEl.offsetTop));
|
||||
|
||||
console.log(newPosX, newPosY)
|
||||
|
||||
positionElement();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user