mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-07-17 00:59:10 -05:00
Properly hide maximised user list (#1072)
This commit is contained in:
parent
66d0af0920
commit
6465bfbde8
|
|
@ -1620,6 +1620,7 @@
|
|||
},
|
||||
hide: function () {
|
||||
this.$el.scrollTop(0);
|
||||
this.$el.removeClass('userlist-maximized');
|
||||
this.$el.addClass('userlist-minimized');
|
||||
},
|
||||
updateUserCount: function () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user