mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix issues
This commit is contained in:
@ -116,7 +116,6 @@ const ComponentEmojis: React.FC<Props> = ({
|
||||
|
||||
const addEmoji = useCallback(
|
||||
(emojiShortcode: string) => {
|
||||
console.log(selectionRange.current)
|
||||
if (value?.length) {
|
||||
const contentFront = value.slice(0, selectionRange.current?.start)
|
||||
const contentRear = value.slice(selectionRange.current?.end)
|
||||
|
Reference in New Issue
Block a user