devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Fix inspector Auto Scroll

Open CoderDake opened this issue 3 years ago • 0 comments

Fixes https://github.com/flutter/devtools/issues/3561

This change fixes scrollToRect and related areas so that autoscrolling will always snap to the top left of the screen ( with 3 rows of padding).

If the focused node is already on the screen, no scrolling is done.

CoderDake avatar Jul 22 '22 19:07 CoderDake