Prettified Code!
This commit is contained in:
parent
ab0a53e6be
commit
47a028b495
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ const uiCtx = uiCanvas.getContext("2d", {desynchronized: true});
|
|||
expandSize = parseInt(expandSize, 10);
|
||||
|
||||
const askSize = (e) => {
|
||||
if (e.ctrlKey ) return expandSize;
|
||||
if (e.ctrlKey) return expandSize;
|
||||
const by = prompt("How much do you want to expand by?", expandSize);
|
||||
|
||||
if (!by) return null;
|
||||
|
|
Loading…
Reference in a new issue