mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 23:34:38 +01:00
Fix lint
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user