fix: arrow text label blur event handler

This commit is contained in:
Peng Xiao
2022-08-23 15:03:17 +08:00
parent d3cdb59f9d
commit 2499c84401

View File

@@ -114,8 +114,6 @@ export const TextLabel = React.memo(function TextLabel({
elm.select()
}
})
} else {
onBlur?.()
}
}, [isEditing, onBlur])