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

Enabled splitter to support zero width panels #16425 #16426

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

askberentsen
Copy link
Contributor

@askberentsen askberentsen commented Sep 24, 2024

Fixes #16425

zero width panels are incorrectly parsed as null, and therefore incorrectly set to the default size. Switching over to the null coalescing operator will accept 0 as a valid size, and default only if the size was null.

zero width panels are incorrectly parsed as null, and therefore incorrectly set to the default size.
Switching over to the null coalescing operator will accept 0 as a valid size, and default only if the size was null.
Copy link

vercel bot commented Sep 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Sep 24, 2024 1:38pm
primeng-v18 ⬜️ Ignored (Inspect) Visit Preview Sep 24, 2024 1:38pm

@cetincakiroglu cetincakiroglu merged commit 3fea0b9 into primefaces:master Sep 26, 2024
3 checks passed
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.

p-splitter: zero width panel parsed as null
2 participants