1
0
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:
Jon Ziebell 2023-11-18 18:21:17 -05:00
parent 91f3110584
commit 6e161bcd09

View File

@ -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.