Skip to content

Conversation

@Sebobo
Copy link
Member

@Sebobo Sebobo commented Jan 12, 2026

This solves a regression in Neos 9.1 when the toolbar was refactored to a functional component. The focusedNode in the state was still the previous node in the function instead of the newly selected one. With this change we make sure that the focusedNode matches the updated state with the scroll request.

Resolves: #4064

This solves a regression in Neos 9.1 when the toolbar was refactored to a functional component. The focusedNode in the state was still the previous node in the function instead of the newly selected one. With this change we make sure that the focusedNode matches the updated state with the scroll request.

Resolves: #4064
@Sebobo Sebobo requested a review from mhsdesign January 12, 2026 15:17
@Sebobo Sebobo added Bug Label to mark the change as bugfix 9.1 labels Jan 12, 2026
@Sebobo Sebobo requested a review from markusguenther January 12, 2026 15:18
Copy link
Member

@mhsdesign mhsdesign left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes fetching state twice can lead to some funky behaviour:D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

9.1 Bug Label to mark the change as bugfix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: Click behaviour issues in content tree

3 participants