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

DevTools: useModalDismissSignal bugfix #21173

Merged
merged 2 commits into from
Apr 5, 2021

Commits on Apr 3, 2021

  1. DevTools: useModalDismissSignal bugfix

    Make useModalDismissSignal's manually added click/keyboard events more robust to sync flushed passive effects. (Don't let the same click event that shows a modal dialog also dismiss it.)
    Brian Vaughn committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    aa03bee View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Replaced event.timeStamp check with setTimeout

    Brian Vaughn committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    8f1087e View commit details
    Browse the repository at this point in the history