mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 23:50:08 +00:00
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user