Remove duplicate type definition

This commit is contained in:
GogoVega 2024-07-01 17:59:28 +02:00
parent bea08706cc
commit 8aec038c24
No known key found for this signature in database
GPG Key ID: E1E048B63AC5AC2B

View File

@ -2235,7 +2235,6 @@ RED.nodes = (function() {
}
}
}
node.type = n.type;
node._def = def;
if (node.type === "group") {
node._def = RED.group.def;