chore(core): cleanup

This commit is contained in:
braks
2023-05-17 11:07:10 +02:00
committed by Braks
parent f2974b2272
commit b3412bc8ec

View File

@@ -315,10 +315,6 @@ const NodeWrapper = defineComponent({
if (elementSelectionKeys.includes(event.key) && props.selectable) {
const unselect = event.key === 'Escape'
if (unselect) {
nodeElement.value?.blur()
}
handleNodeClick(
node.value,
multiSelectionActive.value,