@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.cjs.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
  'use strict';
@@ -4184,7 +4184,7 @@ class DropList {
4184
4184
  }
4185
4185
 
4186
4186
  _handleMouseOver(event, itemEl) {
4187
- this._focus(event, itemEl, true);
4187
+ this._focus(event, itemEl, null, true);
4188
4188
  }
4189
4189
 
4190
4190
  _hookTouchEvents() {
@@ -4250,7 +4250,7 @@ class DropList {
4250
4250
  let itemEl = p.focusItemEl || // focused item
4251
4251
  p.el.firstChild; // or the first item
4252
4252
 
4253
- this._focus(event, itemEl, false);
4253
+ this._focus(event, itemEl, null, false);
4254
4254
  }).
4255
4255
  add(p.el, 'blur', () => {
4256
4256
  setTimeout(() => {