From 5e51fe5330c8fefbfd5df0c8e64fcf86cf488aa4 Mon Sep 17 00:00:00 2001 From: ekzyis <27162016+ekzyis@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:50:36 +0100 Subject: [PATCH] Fix bio replies (#669) Co-authored-by: ekzyis --- components/reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/reply.js b/components/reply.js index e4a646e2..bbc98eb8 100644 --- a/components/reply.js +++ b/components/reply.js @@ -142,7 +142,7 @@ export default forwardRef(function Reply ({ item, onSuccess, replyOpen, children } } else { e.preventDefault() - onQuoteReply({ selectionOnly: true }) + onQuoteReply?.({ selectionOnly: true }) setReply(true) } }}