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 splitRows with 3 splits, with even number of parent rows, the last split is not expanding by 1 row #79

Open
goblinfactory opened this issue Feb 27, 2021 · 0 comments

Comments

@goblinfactory
Copy link
Owner

given a screen with 10 rows
when using splitRows with 3 even splits
then the last split (bottom one) should expand by 1 row so that the screen is fully split with no gaps.
// currently the splits end up as 3, 3 and 3 when we need it to be 3, 3 and 4.

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