chore(nodes,edges): Remove duplicate keys on nodes/edges

This commit is contained in:
Braks
2022-04-21 10:47:53 +02:00
parent 5951beb85a
commit 0a21f3c068
2 changed files with 0 additions and 2 deletions
@@ -175,7 +175,6 @@ export default {
</script>
<template>
<g
:key="`edge-${edge.id}`"
:class="getClass"
@click="onEdgeClick"
@dblClick="onDoubleClick"