Skip to content

fix: filter non visible areas after indices array slice #451

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

Merged

Conversation

Harpush
Copy link
Collaborator

@Harpush Harpush commented Aug 23, 2024

The visibility check happened before the slice operation which resulted in non visible areas before visible areas to get mixed up in the slice resulting in unresponsive gutters.
The correct approach is filtering after the slice and not before.

Fixes #449

@Jefiozie Jefiozie merged commit d4a8025 into angular-split:main Sep 2, 2024
5 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.

NG 18 beta: gutter not responding to input
2 participants