mirror of
https://github.com/beestat/app.git
synced 2025-05-24 02:14:03 -04:00
Fixed beestat not loading sometimes if width too narrow
This commit is contained in:
parent
91f3110584
commit
6e161bcd09
@ -121,6 +121,9 @@ beestat.component.header.prototype.decorate_ = function(parent) {
|
|||||||
) {
|
) {
|
||||||
this.dimension_ = 'small';
|
this.dimension_ = 'small';
|
||||||
this.switcher_enabled_ = false;
|
this.switcher_enabled_ = false;
|
||||||
|
} else {
|
||||||
|
this.dimension_ = 'small';
|
||||||
|
this.switcher_enabled_ = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Decorate all the parts into a flex row.
|
// Decorate all the parts into a flex row.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user