Skip to content

Commit 2a7f8d4

Browse files
authored
remove duplicated line
1 parent b0f0eb9 commit 2a7f8d4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/litegraph.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9984,7 +9984,6 @@ LGraphNode.prototype.executeAction = function(action)
99849984
{
99859985
var delta = x < 40 ? -1 : x > widget_width - 40 ? 1 : 0;
99869986
if (event.click_time < 200 && delta == 0) {
9987-
this.prompt("Value",w.value,function(v) {
99889987
this.prompt("Value",w.value,function(v) {
99899988
// check if v is a valid equation or a number
99909989
if (/^[0-9+\-*/()\s]+$/.test(v)) {

0 commit comments

Comments
 (0)