fix(ui): Traverse left-to-right also when finding line number in cell
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: plibither8
With this PR, the search for the cell containing the line-number also traverses left-to-right through the elements, relative to the hovered cell. The crash-causing bug happened when the cursor would hover over the left-most cells, to the left of the "add"/"green" lines. Since the original traversal was only right-to-left, no line number would be found to the left of the hovered cells, which would invoke the error.
Closes #36253 (closed)
Check out the client app preview documentation to learn more.
Push commits to the source branch or add previously merged commits to review them.