We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f0eb9 commit 2a7f8d4Copy full SHA for 2a7f8d4
1 file changed
src/litegraph.js
@@ -9984,7 +9984,6 @@ LGraphNode.prototype.executeAction = function(action)
9984
{
9985
var delta = x < 40 ? -1 : x > widget_width - 40 ? 1 : 0;
9986
if (event.click_time < 200 && delta == 0) {
9987
- this.prompt("Value",w.value,function(v) {
9988
this.prompt("Value",w.value,function(v) {
9989
// check if v is a valid equation or a number
9990
if (/^[0-9+\-*/()\s]+$/.test(v)) {
0 commit comments