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(SearchTreeInfinite): adjust selected row item management #820

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

mguellsegarra
Copy link
Collaborator

https://github.com/gisce/webclient/issues/1595

  • Introduced a new changeSelectedRowItems function to centralize the logic for updating selected row items and their keys.
  • Replaced direct calls to setSelectedRowItems with changeSelectedRowItems in multiple locations to improve code consistency and maintainability.
  • Updated dependencies in the useCallback hooks to include the new function for better performance and clarity.

gisce/webclient#1595
- Introduced a new `changeSelectedRowItems` function to centralize the logic for updating selected row items and their keys.
- Replaced direct calls to `setSelectedRowItems` with `changeSelectedRowItems` in multiple locations to improve code consistency and maintainability.
- Updated dependencies in the `useCallback` hooks to include the new function for better performance and clarity.
@mguellsegarra mguellsegarra merged commit b71e39b into v2 Jan 9, 2025
1 check passed
@mguellsegarra mguellsegarra deleted the fix/select-all-items-in-callback-of-searchtree branch January 9, 2025 10:36
github-actions bot pushed a commit that referenced this pull request Jan 9, 2025
## [2.53.3](v2.53.2...v2.53.3) (2025-01-09)

### Bug Fixes

* **SearchTreeInfinite:** adjust selected row item management ([#820](#820)) ([b71e39b](b71e39b))
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.

1 participant