remove unused var

This commit is contained in:
Steve-Mcl 2022-05-08 14:48:57 +01:00
parent 0f2420576a
commit 5561e89201
1 changed files with 1 additions and 2 deletions

View File

@ -93,7 +93,6 @@ RED.view = (function() {
var selectNodesOptions;
let flashingNodeId;
let flashingNodeTimer;
var clipboard = "";
@ -5866,7 +5865,7 @@ RED.view = (function() {
if (flashEndTime >= Date.now()) {
n.highlighted = !n.highlighted;
} else {
clearInterval(__flashTimer);
clearInterval(n.__flashTimer);
delete n.__flashTimer;
flashingNodeId = null;
n.highlighted = false;