Fixed #3516 - ConfirmPopup: page scrolls up when the button is clicked a second time

pull/3737/head
Tuğçe Küçükoğlu 2023-03-10 14:14:16 +03:00
parent 699c2cea90
commit c81e835b2e
1 changed files with 3 additions and 0 deletions

View File

@ -144,6 +144,9 @@ export default {
this.focus();
},
onLeave() {
this.autoFocusAccept = null;
this.autoFocusReject = null;
this.unbindOutsideClickListener();
this.unbindScrollListener();
this.unbindResizeListener();