Fix wrong node insertion

Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>
This commit is contained in:
Anton Alexeyev 2025-05-07 15:38:58 +07:00
parent 1d732f9081
commit 6b5df6584a

View File

@ -39,7 +39,7 @@ export const defaultMessageInputActions: TextInputAction[] = [
return
}
editorHandler.insertText(emoji.text)
editorHandler.insertEmoji(emoji.text)
editorHandler.focus()
},
() => {}