Skip to content

Commit

Permalink
Merge pull request #185 from savardc/fix-nimble-comp-with-customs
Browse files Browse the repository at this point in the history
Fix crash in NimbleEmojiIndex when using custom emojis
  • Loading branch information
EtienneLem authored May 8, 2018
2 parents 4715fe8 + 8df31b1 commit 2428f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/emoji-index/nimble-emoji-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default class NimbleEmojiIndex {
let emojiId = emoji.id || emoji.short_names[0]

delete pool[emojiId]
delete emojisList[emojiId]
delete this.emojis[emojiId]
})
}

Expand Down

0 comments on commit 2428f3c

Please sign in to comment.