mirror of
https://github.com/bumi/lntip
synced 2026-02-14 05:07:49 +00:00
fix: when widget closed stop watching payment
This commit is contained in:
@@ -210,6 +210,11 @@ class LnMe {
|
||||
shouldSetHash: false
|
||||
});
|
||||
this.target = document.querySelector('.jPopup .content').firstElementChild;
|
||||
|
||||
// When popup is closed, we stop watching the payment.
|
||||
document.querySelector('.jCloseBtn').addEventListener('click', (e) => {
|
||||
this.stopWatchingPayment();
|
||||
});
|
||||
}
|
||||
|
||||
thanks() {
|
||||
|
||||
Reference in New Issue
Block a user