fix(ui): opacity reset value incorrect

This commit is contained in:
psychedelicious 2024-08-28 16:03:48 +10:00
parent b2b2b73aed
commit fe59d7f3b0

View File

@ -57,7 +57,7 @@ const marks = [
mapOpacityToSliderValue(1),
];
const sliderDefaultValue = mapOpacityToSliderValue(100);
const sliderDefaultValue = mapOpacityToSliderValue(1);
const snapCandidates = marks.slice(1, marks.length - 1);