Fixed #6793
parent
4bbc7382d8
commit
0c0008c74b
|
@ -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);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue