mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-02-11 17:55:49 +00:00
focus chat on reply
This commit is contained in:
parent
9f57400297
commit
c405003ed9
@ -548,6 +548,7 @@ const clearEditorContent = () => {
|
||||
|
||||
const onReply = useCallback((message)=> {
|
||||
setReplyMessage(message)
|
||||
editorRef?.current?.chain().focus()
|
||||
}, [])
|
||||
|
||||
const handleReaction = useCallback(async (reaction, chatMessage, reactionState = true)=> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user