chore(core): cleanup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user