chore(examples): cleanup examples

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-25 16:17:04 +01:00
committed by Braks
parent bac98930da
commit 48c4f0a0eb
4 changed files with 9 additions and 12 deletions
+1
View File
@@ -43,6 +43,7 @@ const onDrop = (event: DragEvent) => {
position,
label: `${type} node`,
} as Node
addNodes([newNode])
}
</script>