mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 01:39:47 +00:00
[Refactor] Add LGraphNode.title_mode (#439)
This commit is contained in:
@@ -5168,7 +5168,7 @@ export class LGraphCanvas {
|
||||
|
||||
const { collapsed } = node.flags
|
||||
const shape = node._shape || node.constructor.shape || LiteGraph.NODE_DEFAULT_SHAPE
|
||||
const { title_mode } = node.constructor
|
||||
const title_mode = node.title_mode
|
||||
|
||||
const render_title = title_mode == TitleMode.TRANSPARENT_TITLE || title_mode == TitleMode.NO_TITLE
|
||||
? false
|
||||
|
||||
Reference in New Issue
Block a user