fix: resolve $el undefined error

pull/6541/head
KumJungMin 2024-10-08 21:07:45 +09:00
parent 2a7b6b2fab
commit 200ae2ee00
1 changed files with 1 additions and 1 deletions

View File

@ -690,7 +690,7 @@ export default {
this.scrollInView();
setTimeout(() => {
this.autoFilterFocus && focus(this.$refs.filterInput.$el);
this.autoFilterFocus && this.filter && focus(this.$refs.filterInput.$el);
}, 1);
},
onOverlayAfterEnter() {