Fix user list hidden with small height
This commit is contained in:
@@ -413,7 +413,7 @@ MessengerUI, Messages) {
|
|||||||
});
|
});
|
||||||
show();
|
show();
|
||||||
Common.getAttribute(['toolbar', 'userlist-drawer'], function (err, val) {
|
Common.getAttribute(['toolbar', 'userlist-drawer'], function (err, val) {
|
||||||
if (val === false || Util.isSmallScreen()) {
|
if (val === false || window.innerWidth < 800) {
|
||||||
return void hide();
|
return void hide();
|
||||||
}
|
}
|
||||||
show();
|
show();
|
||||||
|
|||||||
Reference in New Issue
Block a user