Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the double dial issue when dialing from the modal buttons. #83

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

jpsantosbh
Copy link
Contributor

Before it was adding a new "click" event handler on every modal presentation with a new address.
That was stacked a collection on handles in the same UI button firing multiple dial requests in parallel to the server.

Now this sets the onclick handler, which makes sure we have a single handler with that current modal address to dial.

@jpsantosbh jpsantosbh requested a review from iAmmar7 April 12, 2024 01:03
@jpsantosbh jpsantosbh merged commit a0fbb30 into main Apr 12, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants