From 878500677056c64de9c1cd280c4545f2aa1a0bb1 Mon Sep 17 00:00:00 2001 From: Guillaume Faguet Date: Mon, 31 Jul 2023 11:08:09 +0200 Subject: [PATCH] typo --- src/litegraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/litegraph.js b/src/litegraph.js index 6f628123a1..46ba5038d7 100755 --- a/src/litegraph.js +++ b/src/litegraph.js @@ -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 ),