From 6e161bcd09998fedb0991d87ec6aa62b8a4978e6 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Sat, 18 Nov 2023 18:21:17 -0500 Subject: [PATCH] Fixed beestat not loading sometimes if width too narrow --- js/component/header.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/component/header.js b/js/component/header.js index b4d7f0b..af40553 100644 --- a/js/component/header.js +++ b/js/component/header.js @@ -121,6 +121,9 @@ beestat.component.header.prototype.decorate_ = function(parent) { ) { this.dimension_ = 'small'; this.switcher_enabled_ = false; + } else { + this.dimension_ = 'small'; + this.switcher_enabled_ = false; } // Decorate all the parts into a flex row.