mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-09 07:45:01 +02:00
fixed opacity on inpainter to be 100% by default so no weird erasing
This commit is contained in:
@ -404,7 +404,6 @@ class ImageEditor {
|
||||
|
||||
if (this.inpainter) {
|
||||
this.selectOption("color", IMAGE_EDITOR_SECTIONS.find(s => s.name == "color").options.indexOf("#ffffff"))
|
||||
this.selectOption("opacity", IMAGE_EDITOR_SECTIONS.find(s => s.name == "opacity").options.indexOf(0.4))
|
||||
}
|
||||
|
||||
// initialize the right-side controls
|
||||
|
Reference in New Issue
Block a user