mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-04 20:50:06 +00:00
Fix NODE_DEFAULT_SHAPE (#389)
* Fix NODE_DEFAULT_SHAPE * update snapshot
This commit is contained in:
@@ -5145,7 +5145,7 @@ export class LGraphCanvas {
|
||||
const low_quality = this.ds.scale < 0.5
|
||||
|
||||
const { collapsed } = node.flags
|
||||
const shape = node._shape || node.constructor.shape || RenderShape.ROUND
|
||||
const shape = node._shape || node.constructor.shape || LiteGraph.NODE_DEFAULT_SHAPE
|
||||
const { title_mode } = node.constructor
|
||||
|
||||
const render_title = title_mode == TitleMode.TRANSPARENT_TITLE || title_mode == TitleMode.NO_TITLE
|
||||
|
||||
Reference in New Issue
Block a user