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

Fix _isPanelOpen/_isPanelClosed not updating their state properly #302

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

Conversation

LiquidPL
Copy link

@LiquidPL LiquidPL commented May 4, 2022

Since those getters depend on the animation controller, they never triggered a rebuild whenever the panel was opened/closed, causing a bug where the collapsed widget was still receiving pointer events when the panel is open.

@LiquidPL LiquidPL force-pushed the fix-is-panel-open-closed-state branch from 0d46033 to 9c92518 Compare May 4, 2022 22:24
@LiquidPL LiquidPL changed the title Fix _isPanelOpened/_isPanelClosed not updating their state properly Fix _isPanelOpen/_isPanelClosed not updating their state properly May 4, 2022
@faisalansari0367
Copy link

@LiquidPL This is a wonderful PR.
@akshathjain When can we expect it in the release?

@faisalansari0367
Copy link

@LiquidPL Why is this happening when it's a getter?

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