This commit is contained in:
Nick O'Leary
2025-06-16 17:01:21 +01:00
parent 5ec075a49a
commit d9715eab99

View File

@@ -6634,7 +6634,7 @@ RED.view = (function() {
targetPort: 0
};
RED.nodes.addLink(link)
const historyEvent = RED.history.peek();
let historyEvent = RED.history.peek();
if (historyEvent.t === "multi") {
historyEvent = historyEvent.events.find(e => e.t === "add")
}