@danielgindi/selectbox 2.0.40 → 2.0.41

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 2.0.40
2
+ * @danielgindi/selectbox 2.0.41
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  'use strict';
@@ -13153,7 +13153,7 @@ class SelectBox {
13153
13153
 
13154
13154
  p.presenceInt = setInterval(function () {
13155
13155
  if (DomCompat.getRootNode(p.el) !== document)
13156
- this.hide();
13156
+ this.closeList();
13157
13157
  }, 200);
13158
13158
  }
13159
13159