mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +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();
|
ctx.fill();
|
||||||
|
|
||||||
//separator
|
//separator
|
||||||
if(!node.flags.collapsed)
|
if(!node.flags.collapsed && render_title)
|
||||||
{
|
{
|
||||||
ctx.shadowColor = "transparent";
|
ctx.shadowColor = "transparent";
|
||||||
ctx.fillStyle = "rgba(0,0,0,0.2)";
|
ctx.fillStyle = "rgba(0,0,0,0.2)";
|
||||||
|
|||||||
Reference in New Issue
Block a user