Close group edit when switching out of config pages.

This commit is contained in:
Robert Strouse 2023-07-04 08:37:35 -07:00
parent 97c1fccdc7
commit e3686cd673
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View file

@ -1075,6 +1075,7 @@ class UIBinder {
else this.setConfigPanel(); else this.setConfigPanel();
} }
somfy.showEditShade(false); somfy.showEditShade(false);
somfy.showEditGroup(false);
} }
} }
var ui = new UIBinder(); var ui = new UIBinder();