Properly hide maximised user list (#1072)

This commit is contained in:
urkerab 2018-01-15 00:37:15 +00:00 committed by Guangcong Luo
parent 66d0af0920
commit 6465bfbde8

View File

@ -1620,6 +1620,7 @@
},
hide: function () {
this.$el.scrollTop(0);
this.$el.removeClass('userlist-maximized');
this.$el.addClass('userlist-minimized');
},
updateUserCount: function () {