parent
2f8aeefe73
commit
5e51fe5330
|
@ -142,7 +142,7 @@ export default forwardRef(function Reply ({ item, onSuccess, replyOpen, children
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
onQuoteReply({ selectionOnly: true })
|
onQuoteReply?.({ selectionOnly: true })
|
||||||
setReply(true)
|
setReply(true)
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue