-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Example outcome (currently unable to scroll in this state):

Steps
- Create a very wide tree (e.g. with an iterative parser)
- Scroll far to the right side
- Collapse the tree from a parent node to the iterative parser
Result: Unable to scroll because the tree after collapsing isn't very wide, and can be difficult/impossible to re-expand it if its too far offset.
This also affects the input (and presumably code) view.
Suggested fix - reset the scroll if the tree changes and the current horizontal position is above the new max scroll
Reactions are currently unavailable