Skip to content

Commit 7ea42d5

Browse files
committed
Don't highlight the whole screen that's just annoying
1 parent 14b1d6a commit 7ea42d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseBreadcrumbs.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ export default function SuspenseBreadcrumbs(): React$Node {
4848
selectedRootID !== null ? (
4949
<li
5050
className={styles.SuspenseBreadcrumbsListItem}
51-
aria-current={selectedSuspenseID === selectedRootID}
52-
onPointerEnter={highlightHostInstance.bind(null, selectedRootID)}
53-
onPointerLeave={clearHighlightHostInstance}>
51+
aria-current={selectedSuspenseID === selectedRootID}>
5452
<button
5553
className={styles.SuspenseBreadcrumbsButton}
5654
onClick={handleClick.bind(null, selectedRootID)}

0 commit comments

Comments
 (0)