Scroll to top on emoji tooltip tab switch

This commit is contained in:
Igor Zhukov 2015-02-11 23:04:28 +03:00
parent 31122597e8
commit b9f3986828

View File

@ -276,6 +276,7 @@ EmojiTooltip.prototype.updateTabContents = function (tab) {
self.contentEl.html(html.join('')); self.contentEl.html(html.join(''));
if (!Config.Mobile) { if (!Config.Mobile) {
self.contentWrapEl.nanoScroller({scroll: 'top'});
setTimeout(function () { setTimeout(function () {
self.contentWrapEl.nanoScroller(); self.contentWrapEl.nanoScroller();
}, 100); }, 100);