@danielgindi/selectbox 1.0.129 → 1.0.130

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.129
2
+ * @danielgindi/selectbox 1.0.130
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  'use strict';
@@ -3902,6 +3902,9 @@ class DropList {
3902
3902
  }).
3903
3903
  on('_back_key_pressed', () => {
3904
3904
  this._hideSublist();
3905
+
3906
+ if (!this[DestroyedSymbol$1])
3907
+ this.el.focus();
3905
3908
  });
3906
3909
 
3907
3910
  droplist.setItems(item._subitems);