Skip to content

Commit

Permalink
fix: source switch reset (#206)
Browse files Browse the repository at this point in the history
Closes #205
  • Loading branch information
Lykhoyda authored Jun 5, 2024
1 parent d57233e commit 1b1f92c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class FungibleTokenTransferController implements ReactiveController {
this.host.requestUpdate();

if (this.isWalletDisconnected(context)) {
this.reset();
this.reset({ omitSourceNetworkReset: true });
this.supportedResources = [];
}
}
Expand Down

0 comments on commit 1b1f92c

Please sign in to comment.