fix custom text scroll

This commit is contained in:
Matt Walsh
2026-04-09 11:29:49 -05:00
parent 30ec847ed5
commit 38d1455a4b

View File

@@ -17,7 +17,7 @@ const changeEnable = (newValue) => {
// hide the string entry
newDisplay = 'none';
}
const stringEntry = document.getElementById('settings-customText-label');
const stringEntry = document.getElementById('settings-customText-string');
if (stringEntry) {
stringEntry.style.display = newDisplay;
}