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

When closing the panel from (eg.) a tap on the backdrop, reset and turn off integrated panel scrolling #236

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

willbryant
Copy link

@willbryant willbryant commented Apr 4, 2021

Otherwise it's impossible to drag the panel up again by the header, because although we receive the drag events on the listener, _scrollingEnabled is set to true, so the slide handler ignores the event.

…rn off integrated panel scrolling

Otherwise it's impossible to drag the panel up again by the header, because although we receive the drag events on the listener, _scrollingEnabled is set to true, so the slide handler ignores the event.
@willbryant willbryant force-pushed the fix_backdrop_tap_with_builder branch from ad0cb55 to afbc9a1 Compare May 11, 2021 02:15
@willbryant
Copy link
Author

Rebased to master and fixed merge conflict with the dart format commit.

@GabrielBB
Copy link

@willbryant How did you achieve closing the panel with a tap in the backdrop? Should I use defaultPanelState ?

@willbryant
Copy link
Author

I don't have any references to defaultPanelState and I don't remember/see any code in my app to handle backdrop taps, I think it is the default behavior?

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