mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-10 09:22:23 +00:00
Fix wrong node insertion
Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>
This commit is contained in:
parent
1d732f9081
commit
6b5df6584a
@ -39,7 +39,7 @@ export const defaultMessageInputActions: TextInputAction[] = [
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
editorHandler.insertText(emoji.text)
|
editorHandler.insertEmoji(emoji.text)
|
||||||
editorHandler.focus()
|
editorHandler.focus()
|
||||||
},
|
},
|
||||||
() => {}
|
() => {}
|
||||||
|
Loading…
Reference in New Issue
Block a user