diff --git a/components/confirmpopup/ConfirmPopup.vue b/components/confirmpopup/ConfirmPopup.vue index 00f3ce6cf..bf472c367 100644 --- a/components/confirmpopup/ConfirmPopup.vue +++ b/components/confirmpopup/ConfirmPopup.vue @@ -144,6 +144,9 @@ export default { this.focus(); }, onLeave() { + this.autoFocusAccept = null; + this.autoFocusReject = null; + this.unbindOutsideClickListener(); this.unbindScrollListener(); this.unbindResizeListener();