Skip to content

Commit

Permalink
fix(connect-web): clean up in popupmanager when useUi=false
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan authored and mroz22 committed Aug 2, 2024
1 parent f621ea2 commit 9bc2ea9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/connect-web/src/popup/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ export class PopupManager extends EventEmitter {
if (this.popupPromise) {
this.close();
}
this.unlock();
} else if (data.type === UI.CLOSE_UI_WINDOW) {
this.clear(false);
}
Expand Down

0 comments on commit 9bc2ea9

Please sign in to comment.