mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-21 06:49:37 +00:00
little fix
This commit is contained in:
@@ -6927,6 +6927,8 @@ LGraphNode.prototype.executeAction = function(action)
|
||||
14,
|
||||
10
|
||||
);
|
||||
ctx.fill();
|
||||
ctx.beginPath();
|
||||
ctx.rect(
|
||||
this.graph_mouse[0] - 6 + 0.5,
|
||||
this.graph_mouse[1] - 5 + 0.5,
|
||||
@@ -6947,6 +6949,8 @@ LGraphNode.prototype.executeAction = function(action)
|
||||
0,
|
||||
Math.PI * 2
|
||||
);
|
||||
ctx.fill();
|
||||
ctx.beginPath();
|
||||
ctx.arc(
|
||||
this.graph_mouse[0],
|
||||
this.graph_mouse[1],
|
||||
|
||||
Reference in New Issue
Block a user