pull/6841/head
tugcekucukoglu 2024-11-22 10:04:17 +03:00
parent 4bbc7382d8
commit 0c0008c74b
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ export default {
this.unbindScrollListener(); this.unbindScrollListener();
this.unbindResizeListener(); this.unbindResizeListener();
if (this.autoFilterFocus && this.filter) { if (this.autoFilterFocus && this.filter && !this.editable) {
this.$nextTick(() => { this.$nextTick(() => {
focus(this.$refs.filterInput.$el); focus(this.$refs.filterInput.$el);
}); });