pull/6768/head
tugcekucukoglu 2024-11-12 10:33:22 +03:00
commit 1b2360e700
1 changed files with 1 additions and 1 deletions

View File

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