-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(click): remove native click prevent 400ms later
When an actionsheet/popup is open, everything under it has `pointer-events:none`. However, once they are removed then the click prevent was removed immediately too, but the click that comes in 300ms later was still firing whatever would have been underneath the actionsheet/popup. Instead, wait 400ms before removing the click prevent, which would block the native click. Closes #2204
- Loading branch information
1 parent
6f79a5e
commit 20d567f
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters