needim / wdt-emoji-bundle

Slack like emoji picker with apple/ios, twitter/twemoji, google, emojione, facebook, messenger emoji support
http://ned.im/wdt-emoji-bundle
MIT License
419 stars 87 forks source link

Sticky is buggy #16

Closed pgamaster closed 7 years ago

pgamaster commented 7 years ago

if (stickers.length) { for (var i = 0; i < stickers.length; i++) { //sticky(stickers[i]); buggy } }

This code is buggy after page reload. Tabs don't work as should.

Also Recent tab is not working after some clicks on tab.

needim commented 7 years ago

I think it's related to #18