mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 05:48:04 -05:00
fix(ui): opacity reset value incorrect
This commit is contained in:
@@ -57,7 +57,7 @@ const marks = [
|
||||
mapOpacityToSliderValue(1),
|
||||
];
|
||||
|
||||
const sliderDefaultValue = mapOpacityToSliderValue(100);
|
||||
const sliderDefaultValue = mapOpacityToSliderValue(1);
|
||||
|
||||
const snapCandidates = marks.slice(1, marks.length - 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user