1
0
mirror of https://github.com/beestat/app.git synced 2026-05-29 18:42:29 -04:00
This commit is contained in:
Jon Ziebell
2026-02-19 08:59:36 -05:00
parent 1c714aa05b
commit 42be5e4d7d
10 changed files with 1573 additions and 19 deletions
@@ -113,6 +113,10 @@ beestat.component.floor_plan_entity.surface.prototype.set_active = function(acti
this.state_.active_tree_entity.set_active(false);
this.floor_plan_.update_toolbar();
}
if (this.state_.active_opening_entity !== undefined) {
this.state_.active_opening_entity.set_active(false);
this.floor_plan_.update_toolbar();
}
if (active !== this.active_) {
this.active_ = active;