mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 15:49:31 -07:00
fix custom text scroll
This commit is contained in:
@@ -17,7 +17,7 @@ const changeEnable = (newValue) => {
|
|||||||
// hide the string entry
|
// hide the string entry
|
||||||
newDisplay = 'none';
|
newDisplay = 'none';
|
||||||
}
|
}
|
||||||
const stringEntry = document.getElementById('settings-customText-label');
|
const stringEntry = document.getElementById('settings-customText-string');
|
||||||
if (stringEntry) {
|
if (stringEntry) {
|
||||||
stringEntry.style.display = newDisplay;
|
stringEntry.style.display = newDisplay;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user