Skip to content

Commit

Permalink
✨ feat: do not collapse after connect (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustin01 committed Oct 30, 2024
1 parent 54b94d6 commit e9b20d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/src/lib/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export class HibitIdWallet {
chainId,
})
const res = await this._connectPromise?.promise
this._iframe!.hide()
this._controller?.setOpen(false)
// this._iframe!.hide()
// this._controller?.setOpen(false)
if (res?.address) {
this._connected = true
console.debug('[sdk connected]')
Expand Down

0 comments on commit e9b20d4

Please sign in to comment.