parent
94fc8c6da8
commit
a1fecdb9df
|
@ -689,7 +689,9 @@ export default {
|
||||||
this.alignOverlay();
|
this.alignOverlay();
|
||||||
this.scrollInView();
|
this.scrollInView();
|
||||||
|
|
||||||
this.autoFilterFocus && focus(this.$refs.filterInput.$el);
|
setTimeout(() => {
|
||||||
|
this.autoFilterFocus && focus(this.$refs.filterInput.$el);
|
||||||
|
}, 1);
|
||||||
},
|
},
|
||||||
onOverlayAfterEnter() {
|
onOverlayAfterEnter() {
|
||||||
this.bindOutsideClickListener();
|
this.bindOutsideClickListener();
|
||||||
|
@ -705,6 +707,7 @@ export default {
|
||||||
|
|
||||||
this.autoFilterFocus && focus(this.$refs.focusInput);
|
this.autoFilterFocus && focus(this.$refs.focusInput);
|
||||||
this.$emit('hide');
|
this.$emit('hide');
|
||||||
|
|
||||||
this.overlay = null;
|
this.overlay = null;
|
||||||
},
|
},
|
||||||
onOverlayAfterLeave(el) {
|
onOverlayAfterLeave(el) {
|
||||||
|
|
Loading…
Reference in New Issue