Prettified Code!

This commit is contained in:
zero01101 2024-02-22 04:04:11 +00:00 committed by GitHub Action
parent a7a25e1bee
commit 9040f37849

View file

@ -62,9 +62,12 @@ const _monitorProgress = (bb, oncheck = null) => {
} }
const timeSpent = performance.now() - init; const timeSpent = performance.now() - init;
setTimeout(() => { setTimeout(
if (running) _checkProgress(); () => {
}, Math.max(0, minDelay - timeSpent)); if (running) _checkProgress();
},
Math.max(0, minDelay - timeSpent)
);
}; };
_checkProgress(); _checkProgress();
@ -1851,8 +1854,8 @@ const dreamTool = () =>
state.cursorSize > stableDiffusionData.width state.cursorSize > stableDiffusionData.width
? "#FBB5" ? "#FBB5"
: state.cursorSize < stableDiffusionData.width : state.cursorSize < stableDiffusionData.width
? "#BFB5" ? "#BFB5"
: "#FFF5"; : "#FFF5";
state.erasePrevReticle = _tool._reticle_draw( state.erasePrevReticle = _tool._reticle_draw(
bb, bb,
@ -1879,8 +1882,8 @@ const dreamTool = () =>
state.cursorSize > stableDiffusionData.width state.cursorSize > stableDiffusionData.width
? "#FBB5" ? "#FBB5"
: state.cursorSize < stableDiffusionData.width : state.cursorSize < stableDiffusionData.width
? "#BFB5" ? "#BFB5"
: "#FFF5"; : "#FFF5";
state.erasePrevReticle = _tool._reticle_draw( state.erasePrevReticle = _tool._reticle_draw(
getBoundingBox( getBoundingBox(
evn.x, evn.x,
@ -2593,8 +2596,8 @@ const img2imgTool = () =>
state.cursorSize > stableDiffusionData.width state.cursorSize > stableDiffusionData.width
? "#FBB5" ? "#FBB5"
: state.cursorSize < stableDiffusionData.width : state.cursorSize < stableDiffusionData.width
? "#BFB5" ? "#BFB5"
: "#FFF5"; : "#FFF5";
state.erasePrevReticle = _tool._reticle_draw( state.erasePrevReticle = _tool._reticle_draw(
bb, bb,
"Img2Img", "Img2Img",
@ -2631,8 +2634,8 @@ const img2imgTool = () =>
state.cursorSize > stableDiffusionData.width state.cursorSize > stableDiffusionData.width
? "#FBB5" ? "#FBB5"
: state.cursorSize < stableDiffusionData.width : state.cursorSize < stableDiffusionData.width
? "#BFB5" ? "#BFB5"
: "#FFF5"; : "#FFF5";
state.erasePrevReticle = _tool._reticle_draw( state.erasePrevReticle = _tool._reticle_draw(
bb, bb,
"Img2Img", "Img2Img",