Skip to content

Commit

Permalink
Merge pull request #91 from signalwire/min/cancelbtn-while-connecting
Browse files Browse the repository at this point in the history
show disconnect button while connecting
  • Loading branch information
ayeminag authored May 29, 2024
2 parents 9d4945e + db4d57c commit 68e49d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/full.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,9 @@ window.connect = async () => {
console.error('Auth required!')
return
}

btnConnect.classList.add('d-none')
btnDisconnect.classList.remove('d-none')
window.__membersData = {}

const client = await getClient()
Expand Down

0 comments on commit 68e49d0

Please sign in to comment.