mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
potentially fixes #5203
This commit is contained in:
parent
88c66f30f2
commit
82586590a7
@ -160,7 +160,10 @@ document.addEventListener("DOMContentLoaded",function () {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.$cart = new bootstrap.Offcanvas(this.$refs.cart, {backdrop: false})
|
||||
const self =this;
|
||||
nextTick(() => {
|
||||
self.$cart = new bootstrap.Offcanvas("#cart", {backdrop: false})
|
||||
})
|
||||
window.addEventListener('pagehide', () => {
|
||||
if (this.payButtonLoading) {
|
||||
this.unsetPayButtonLoading();
|
||||
|
Loading…
Reference in New Issue
Block a user