pull/6537/head
tugcekucukoglu 2024-10-02 10:25:08 +03:00
parent 798fedd2a7
commit 3e93ac1d80
1 changed files with 6 additions and 2 deletions

View File

@ -705,9 +705,13 @@ export default {
this.unbindScrollListener();
this.unbindResizeListener();
this.autoFilterFocus && focus(this.$refs.focusInput);
this.$emit('hide');
if (this.autoFilterFocus && this.filter) {
this.$nextTick(() => {
focus(this.$refs.filterInput.$el);
});
}
this.$emit('hide');
this.overlay = null;
},
onOverlayAfterLeave(el) {