critical fixes

non-working versions don't count
This commit is contained in:
An Orbit 2025-02-05 20:10:03 -05:00 committed by GitHub
parent 79c25b860e
commit 11de24d673
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -4104,7 +4104,7 @@ color1 and color2 spread through striped paint like dye does with itself. <u>col
newInputCell.appendChild(newNumberField)
inputRow.appendChild(newInputCell);
};
//document.getElementById("colorSelector").after(propertySetter);
document.getElementById("colorSelector").after(propertySetter);
function showPropertySetter() {
var ps = document.getElementById("propertySetter");
@ -4147,6 +4147,8 @@ color1 and color2 spread through striped paint like dye does with itself. <u>col
headingsAndInputs.forEach(n => n.style.display = "none");
};
console.log(document.getElementById("setterTable"));
hidePropertySetter();
hideAllSetterColumns();
};
@ -45257,6 +45259,9 @@ maxPixels (default 1000): Maximum amount of pixels/changes (if xSpacing and ySpa
},50)
//aChefsDream fix: (re-)define juice reactions
elements.juice.reactions ??= {};
runAfterLoad(function() {
elements.juice.reactions ??= {}
});
gigadebugMode = false; //fights every-tick log spam by limiting each message to being logged 50 times
if(gigadebugMode) {