Ruslan Lesiutin
|
d2a1b8854d
|
fix[DevTools/Tree]: only scroll to item when panel is visible (#32018)
Stacked on https://github.com/facebook/react/pull/31968. See commit on
top.
Fixes an issue with bank tree view, when we are scrolling to an item
while syncing user DOM selection. This should only have an effect on
browser extension. Added events with `extension` prefix will only be
emitted in browser extension implementation, for other implementations
`useExtensionComponentsPanelVisibility` will return constant `true`
value.
Before:
https://github.com/user-attachments/assets/82667c16-d495-4346-af0a-7ed22ff89cfc
After:
https://github.com/user-attachments/assets/a5d223fd-0328-44f0-af68-5c3863f1efee
|
2025-01-09 18:38:49 +00:00 |
|