You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ui::scroll_to_me appears to use a single, global state to store the scroll target (FrameState::scroll_target). This means that it's not possible to change the scroll position of two separate scroll areas during the same frame. This is a problem e.g. for rerun-io/rerun#5232, where two scroll area should scroll to focused item at the same time.
The text was updated successfully, but these errors were encountered:
Ui::scroll_to_me
appears to use a single, global state to store the scroll target (FrameState::scroll_target
). This means that it's not possible to change the scroll position of two separate scroll areas during the same frame. This is a problem e.g. for rerun-io/rerun#5232, where two scroll area should scroll to focused item at the same time.The text was updated successfully, but these errors were encountered: