Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume-Fgt committed Jul 31, 2023
1 parent 6687056 commit 8785006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/litegraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
Expand Down

0 comments on commit 8785006

Please sign in to comment.