@danielgindi/selectbox 1.0.76 → 1.0.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/lib.cjs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @danielgindi/selectbox 1.0.76
2
+ * @danielgindi/selectbox 1.0.77
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  'use strict';
@@ -12632,6 +12632,11 @@ var SelectBox = /*#__PURE__*/function () {
12632
12632
  if (group.length === 0 || group.length === 1 && group[0]._group) {
12633
12633
  groups.splice(_g--, 1);
12634
12634
  _glen--;
12635
+
12636
+ var _sgi = uncheckedGroups.indexOf(group);
12637
+ if (_sgi !== -1) {
12638
+ uncheckedGroups.splice(_sgi, 1);
12639
+ }
12635
12640
  }
12636
12641
  }
12637
12642
  }