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

Panel does not honor persisted size when defaultCollapsed: true #3936

Open
ghsolomon opened this issue Mar 11, 2025 · 0 comments
Open

Panel does not honor persisted size when defaultCollapsed: true #3936

ghsolomon opened this issue Mar 11, 2025 · 0 comments

Comments

@ghsolomon
Copy link
Contributor

When PanelConfig.defaultCollapsed = true the following runs inside setCollapsed when the PersistenceProvider is created and first attempts to setPersistableState

this.size = this.defaultSize;

This causes the size to be stomped on and always get size to the default size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant