dillon1000/react

Commit

[DevTools] Don't select on hover (#34860)

We should only persist a selection once you click. Currently, we persist
the selection if you just hover which means you lose your selection
immediately when just starting to inspect. That's not what Chrome
Elements tab does - it selects on click.
Browse files
Changed paths1 file
First-parent comparison
M packages/react-devtools-shared/src/backend/views/Highlighter/index.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…