mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 06:04:23 +00:00
fix: arrow text label blur event handler
This commit is contained in:
@@ -114,8 +114,6 @@ export const TextLabel = React.memo(function TextLabel({
|
||||
elm.select()
|
||||
}
|
||||
})
|
||||
} else {
|
||||
onBlur?.()
|
||||
}
|
||||
}, [isEditing, onBlur])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user