mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): opacity reset value incorrect
This commit is contained in:
parent
a5b038a1b1
commit
48ed4e120d
@ -57,7 +57,7 @@ const marks = [
|
||||
mapOpacityToSliderValue(1),
|
||||
];
|
||||
|
||||
const sliderDefaultValue = mapOpacityToSliderValue(100);
|
||||
const sliderDefaultValue = mapOpacityToSliderValue(1);
|
||||
|
||||
const snapCandidates = marks.slice(1, marks.length - 1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user