@fivenorth/loop-sdk 0.6.4 → 0.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2531,9 +2531,6 @@ class LoopSDK {
|
|
|
2531
2531
|
this.onReject?.();
|
|
2532
2532
|
this.hideQrCode();
|
|
2533
2533
|
console.log("[LoopSDK] HANDSHAKE_REJECT: closing popup (if exists)");
|
|
2534
|
-
if (this.popupWindow && !this.popupWindow.closed) {
|
|
2535
|
-
this.popupWindow.close();
|
|
2536
|
-
}
|
|
2537
2534
|
this.popupWindow = null;
|
|
2538
2535
|
} else if (this.provider) {
|
|
2539
2536
|
this.provider.handleResponse(message);
|