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();
|
this.focus();
|
||||||
},
|
},
|
||||||
onLeave() {
|
onLeave() {
|
||||||
|
this.autoFocusAccept = null;
|
||||||
|
this.autoFocusReject = null;
|
||||||
|
|
||||||
this.unbindOutsideClickListener();
|
this.unbindOutsideClickListener();
|
||||||
this.unbindScrollListener();
|
this.unbindScrollListener();
|
||||||
this.unbindResizeListener();
|
this.unbindResizeListener();
|
||||||
|
|
Loading…
Reference in New Issue