wave-ui 1.49.0 → 1.49.1
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/wave-ui.es.js
CHANGED
|
@@ -4346,8 +4346,9 @@ const __vue2_script$k = {
|
|
|
4346
4346
|
openMenu() {
|
|
4347
4347
|
this.showMenu = true;
|
|
4348
4348
|
setTimeout(() => {
|
|
4349
|
+
var _a;
|
|
4349
4350
|
const itemIndex = this.inputValue.length ? this.inputValue[0].index : 0;
|
|
4350
|
-
this.$refs["w-list"].$el.querySelector(`#w-select-menu--${this._uid}_item-${itemIndex + 1}`).focus();
|
|
4351
|
+
(_a = this.$refs["w-list"].$el.querySelector(`#w-select-menu--${this._uid}_item-${itemIndex + 1}`)) == null ? void 0 : _a.focus();
|
|
4351
4352
|
}, 100);
|
|
4352
4353
|
},
|
|
4353
4354
|
closeMenu() {
|