@danielgindi/selectbox 1.0.124 → 1.0.126

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.umd.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @danielgindi/selectbox 1.0.124
2
+ * @danielgindi/selectbox 1.0.126
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  (function (global, factory) {
@@ -4180,7 +4180,7 @@
4180
4180
  }
4181
4181
 
4182
4182
  _handleMouseOver(event, itemEl) {
4183
- this._focus(event, itemEl, true);
4183
+ this._focus(event, itemEl, null, true);
4184
4184
  }
4185
4185
 
4186
4186
  _hookTouchEvents() {
@@ -4246,7 +4246,7 @@
4246
4246
  let itemEl = p.focusItemEl || // focused item
4247
4247
  p.el.firstChild; // or the first item
4248
4248
 
4249
- this._focus(event, itemEl, false);
4249
+ this._focus(event, itemEl, null, false);
4250
4250
  }).
4251
4251
  add(p.el, 'blur', () => {
4252
4252
  setTimeout(() => {