Skip to content

Commit

Permalink
Refactor #3050
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 11, 2022
1 parent 6d57b14 commit fcd3a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toast/Toast.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default {
if (this.$refs.container && this.autoZIndex && ObjectUtils.isEmpty(this.messages)) {
setTimeout(() => {
ZIndexUtils.clear(this.$refs.container);
}, 300);
}, 200);
}
},
createStyle() {
Expand Down

0 comments on commit fcd3a64

Please sign in to comment.