mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-18 22:10:03 +00:00
typo
This commit is contained in:
@@ -9838,7 +9838,7 @@ LGraphNode.prototype.executeAction = function(action)
|
||||
ctx.fillStyle = text_color;
|
||||
ctx.fillText(
|
||||
w.label || w.name + " " + Number(w.value).toFixed(
|
||||
w.options.precision !== null
|
||||
w.options.precision != null
|
||||
? w.options.precision
|
||||
: 3
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user