chore: Remove casting node/edge to null on unmount
This commit is contained in:
@@ -117,10 +117,6 @@ onMounted(() => {
|
||||
)
|
||||
})
|
||||
|
||||
onUnmounted(() => {
|
||||
edge.value = null
|
||||
})
|
||||
|
||||
const slots = inject(Slots)
|
||||
|
||||
const name = ref(edge.value.type ?? 'default')
|
||||
|
||||
Reference in New Issue
Block a user