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 ),