You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tree): enhance focus management and caching for tree items
- Added focus method to KolTreeWc to set focus on the first focusable tree item.
- Implemented cache invalidation for open tree items to improve performance.
- Introduced requestAnimationFrame for debouncing tree change handling.
- Updated KolTree to delegate focus to KolTreeWc and handle focus events.
- Enhanced keyboard navigation for tree items to improve user experience.
- Added end-to-end tests for focus management and performance stability.
- Updated snapshots for various components to reflect new focus behavior.
- Introduced utility function for delegating focus to ensure elements are ready.
0 commit comments