mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-26 09:44:06 +00:00
Merge pull request #245 from Eikeike/RenderTitleFix
Separator only drawn when title is drawn
This commit is contained in:
@@ -7930,7 +7930,7 @@ LGraphNode.prototype.executeAction = function(action)
|
||||
ctx.fill();
|
||||
|
||||
//separator
|
||||
if(!node.flags.collapsed)
|
||||
if(!node.flags.collapsed && render_title)
|
||||
{
|
||||
ctx.shadowColor = "transparent";
|
||||
ctx.fillStyle = "rgba(0,0,0,0.2)";
|
||||
|
||||
Reference in New Issue
Block a user