-
Notifications
You must be signed in to change notification settings - Fork 22
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
Clicking on the modal barrier during dragging will cause an error #54
Comments
I tried to reproduce this issue and found that an unexpected pop event occurs when the barrier is tapped. Error Log
Probably I'll disable route poping during a pull-to-dismiss action. |
fujidaiti
changed the title
Clicking on the following page during dragging will cause an error
Clicking on the modal barrier during dragging will cause an error
Feb 29, 2024
fujidaiti
added a commit
that referenced
this issue
Mar 8, 2024
This PR fixes #54. A modal sheet can now be dismissed by clicking the barrier ONLY when its status is `SheetStatus.stable` and the pull-to-dismiss action is not running.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great work and great doc, but I found a problem that click on the background page during dragging will cause an error, like this:
Record_2024-02-28-10-23-43.mp4
Use "cupertino_modal_sheet.dart" demo can see this
And I will submit another issue for a new feature request
The text was updated successfully, but these errors were encountered: