Fixed #3516 - ConfirmPopup: page scrolls up when the button is clicked a second time
parent
699c2cea90
commit
c81e835b2e
|
@ -144,6 +144,9 @@ export default {
|
|||
this.focus();
|
||||
},
|
||||
onLeave() {
|
||||
this.autoFocusAccept = null;
|
||||
this.autoFocusReject = null;
|
||||
|
||||
this.unbindOutsideClickListener();
|
||||
this.unbindScrollListener();
|
||||
this.unbindResizeListener();
|
||||
|
|
Loading…
Reference in New Issue