Skip to content

Commit

Permalink
added extended node flashing
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Riessen committed Mar 12, 2024
1 parent e87de84 commit 65eb821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion red/red.cdn.js
Expand Up @@ -26884,7 +26884,7 @@ RED.view = (function() {
n.highlighted = false;
}
RED.view.redraw();
}, 100, Date.now() + 2200, node)
}, 250, Date.now() + 4000, node)
flashingNodeId = node.id;
node.highlighted = true;
RED.view.redraw();
Expand Down

0 comments on commit 65eb821

Please sign in to comment.