tek-wallet 0.0.353 → 0.0.354

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.
@@ -449,8 +449,10 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
449
449
  });
450
450
  }); };
451
451
  var handleScanAddressQrCode = function (result) { return __awaiter(void 0, void 0, void 0, function () {
452
- return __generator(this, function (_a) {
452
+ var _a;
453
+ return __generator(this, function (_b) {
453
454
  onlyChangeAddress.current = true;
455
+ (_a = scannerAddressQrCodeRef.current) === null || _a === void 0 ? void 0 : _a.close();
454
456
  handleScanAllQrCode(result);
455
457
  return [2 /*return*/];
456
458
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.353",
3
+ "version": "0.0.354",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",