chore: fix comment typo

Co-authored-by: Eric Mastro <eric.mastro@gmail.com>
This commit is contained in:
Jonathan Rainville 2020-09-23 10:00:16 -04:00 committed by Iuri Matias
parent 6fc56b5035
commit 26dd599e06
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ Popup {
emojiSectionsRepeater.itemAt(0).allEmojis = recentEmojis
appSettings.recentEmojis = recentEmojis
popup.addToChat(Emoji.parse(encodedIcon, "26x26") + ' ', true) // Adding a space because otherwise, some emojis would fuse since it's just an emoji is just a string
popup.addToChat(Emoji.parse(encodedIcon, "26x26") + ' ', true) // Adding a space because otherwise, some emojis would fuse since emoji is just a string
popup.close()
chatInput.textInput.forceActiveFocus()
}