Fix bio replies (#669)

Co-authored-by: ekzyis <ek@stacker.news>
This commit is contained in:
ekzyis 2023-12-07 22:50:36 +01:00 committed by GitHub
parent 2f8aeefe73
commit 5e51fe5330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ export default forwardRef(function Reply ({ item, onSuccess, replyOpen, children
}
} else {
e.preventDefault()
onQuoteReply({ selectionOnly: true })
onQuoteReply?.({ selectionOnly: true })
setReply(true)
}
}}