@danielgindi/selectbox 1.0.125 → 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.es6.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @danielgindi/selectbox 1.0.125
2
+ * @danielgindi/selectbox 1.0.127
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  import { createElement, closestUntil, setElementAttrs, next, prev } from '@danielgindi/dom-utils/lib/Dom';
@@ -1836,7 +1836,7 @@ class DropList {
1836
1836
  this._showSublist(item, p.focusItemEl);
1837
1837
  } else {
1838
1838
  if (p.currentSubDropList) {
1839
- p.currentSubDropList.hide();
1839
+ this._hideSublist();
1840
1840
  preventDefault = false;
1841
1841
  }
1842
1842
  }