Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix outline items navigation (#22890)
* Follows-up #22224 , by adjusting `impl PartialEq for OutlineEntryOutline` to compare outline items' values too. Before that, all outline items from the same excerpt were considered equal. Adds a test for this * Stops re-revealing items in the outline panel, when it's focused: now, when someone scrolls over outline panel items, there is no extra work happening: the "revealed" item is the one scrolled to Release Notes: - Fixed outline items not scrolling properly
- Loading branch information