mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-04 07:52:46 +08:00
Remove log
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user