addition to last commit

This commit is contained in:
Til Schmitter 2026-04-25 13:46:41 +02:00
parent 9be5a4277a
commit fd6b5f03e5

View file

@ -1360,7 +1360,7 @@ ebi('accent').oninput = ebi('accent_picker').oninput = function () {
}
else if(this == ebi('accent_picker')){
if(this.value == '#000000')
validcolor = ''; // firefox submits the color picker value on browser startup
return; // firefox submits the color picker value on browser startup
ebi('accent').value = this.value;
}