@danielgindi/selectbox 1.0.126 → 1.0.127

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.126
2
+ * @danielgindi/selectbox 1.0.127
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  'use strict';
@@ -4318,7 +4318,7 @@ class DropList {
4318
4318
  this._showSublist(item, p.focusItemEl);
4319
4319
  } else {
4320
4320
  if (p.currentSubDropList) {
4321
- p.currentSubDropList.hide();
4321
+ this._hideSublist();
4322
4322
  preventDefault = false;
4323
4323
  }
4324
4324
  }