This commit is contained in:
filtered
2025-09-15 08:03:22 +10:00
parent 6121634c09
commit e22f03a0e9

View File

@@ -636,12 +636,10 @@ export class ComfyApp {
this.editor_alpha = 0.4
}
let bgColor: string | undefined
let bgColor = old_bgcolor
if (node.mode === LGraphEventMode.BYPASS) {
bgColor = app.bypassBgColor
this.editor_alpha = 0.2
} else {
bgColor = old_bgcolor
}
const adjustments: ColorAdjustOptions = {}