mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
defa9a2270
commit
6a4760e291
@ -1221,12 +1221,15 @@ RED.view = (function() {
|
|||||||
removedLinks.push(drag_lines[i].link)
|
removedLinks.push(drag_lines[i].link)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (removedLinks.length > 0) {
|
||||||
historyEvent = {
|
historyEvent = {
|
||||||
t:"delete",
|
t:"delete",
|
||||||
links: removedLinks,
|
links: removedLinks,
|
||||||
dirty:RED.nodes.dirty()
|
dirty:RED.nodes.dirty()
|
||||||
};
|
};
|
||||||
RED.history.push(historyEvent);
|
RED.history.push(historyEvent);
|
||||||
|
RED.nodes.dirty(true);
|
||||||
|
}
|
||||||
hideDragLines();
|
hideDragLines();
|
||||||
}
|
}
|
||||||
if (lasso) {
|
if (lasso) {
|
||||||
|
Loading…
Reference in New Issue
Block a user