update: Add key to node

This commit is contained in:
Braks
2021-08-17 19:47:24 +02:00
parent 3f6d49914f
commit 22a1dc6716

View File

@@ -82,6 +82,7 @@ export default defineComponent({
snapToGrid={props.snapToGrid}
selectNodesOnDrag={props.selectNodesOnDrag}
type={type}
key={node.id}
/>
);
}