mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 17:36:22 +01:00
fix zen slider rep pen range value transfer
This commit is contained in:
parent
55d7bd6a87
commit
c51a821b1e
@ -813,6 +813,7 @@ async function CreateZenSliders(elmnt) {
|
|||||||
if (numVal === offVal) { handle.text('Off').css('color', 'rgba(128,128,128,0.5'); }
|
if (numVal === offVal) { handle.text('Off').css('color', 'rgba(128,128,128,0.5'); }
|
||||||
else if (numVal === allVal) { handle.text('All'); }
|
else if (numVal === allVal) { handle.text('All'); }
|
||||||
else { handle.css('color', ''); }
|
else { handle.css('color', ''); }
|
||||||
|
numVal = steps[stepNumber];
|
||||||
}
|
}
|
||||||
//everything else uses the flat slider value
|
//everything else uses the flat slider value
|
||||||
//also note: the above sliders are not custom inputtable due to the array aliasing
|
//also note: the above sliders are not custom inputtable due to the array aliasing
|
||||||
|
Loading…
Reference in New Issue
Block a user