no movingUI console spam.

This commit is contained in:
RossAscends
2023-04-19 00:20:40 +09:00
parent 202ee8b5aa
commit 74f00fe4eb

View File

@@ -426,7 +426,7 @@ function dragElement(elmnt) {
$(elmnt).css("bottom", "unset"); $(elmnt).css("bottom", "unset");
$(elmnt).css("right", "unset"); $(elmnt).css("right", "unset");
console.log(` /* console.log(`
offsetLeft: ${elmnt.offsetLeft}, offsetTop: ${elmnt.offsetTop} offsetLeft: ${elmnt.offsetLeft}, offsetTop: ${elmnt.offsetTop}
winWidth: ${winWidth}, winHeight: ${winHeight} winWidth: ${winWidth}, winHeight: ${winHeight}
sheldWidth: ${sheldWidth} sheldWidth: ${sheldWidth}
@@ -435,7 +435,7 @@ function dragElement(elmnt) {
MaxX: ${maxX}, MaxY: ${maxY} MaxX: ${maxX}, MaxY: ${maxY}
Topbar 1st X: ${((winWidth - sheldWidth) / 2)} Topbar 1st X: ${((winWidth - sheldWidth) / 2)}
TopBar lastX: ${((winWidth - sheldWidth) / 2) + sheldWidth} TopBar lastX: ${((winWidth - sheldWidth) / 2) + sheldWidth}
`); `); */