fix zen slider rep pen range value transfer

This commit is contained in:
RossAscends 2023-12-07 11:52:10 +09:00
parent 55d7bd6a87
commit c51a821b1e
1 changed files with 1 additions and 0 deletions

View File

@ -813,6 +813,7 @@ async function CreateZenSliders(elmnt) {
if (numVal === offVal) { handle.text('Off').css('color', 'rgba(128,128,128,0.5'); }
else if (numVal === allVal) { handle.text('All'); }
else { handle.css('color', ''); }
numVal = steps[stepNumber];
}
//everything else uses the flat slider value
//also note: the above sliders are not custom inputtable due to the array aliasing