You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--- Provide a general summary of your changes in the Title above -->
## Description
This PR will prevent double-clicking the button, preventing two
FilePicker dialogs to appear at the same time.
## Motivation and Context
Currently, if you click the buttons on FilePicker page fast enough, two
FilePicker dialogs will show up. Code examples are also added to show a
correct implementation.
## How Has This Been Tested?
Manual.
## Screenshots (if appropriate):
## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
0 commit comments