Revert "nit"

This reverts commit e22f03a0e9.
This commit is contained in:
filtered
2025-09-15 08:31:02 +10:00
parent e22f03a0e9
commit b952b2ef09

View File

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