dillon1000/react
Commit
Browse files [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.
Changed paths1 file
First-parent comparisonpackages/react-devtools-shared/src/backend/views/Highlighter/index.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…