mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[DevTools] Remove steps title from scrubber (#34878)
The hover now has a reach tooltip for the "environment" instead.
This commit is contained in:
committed by
GitHub
parent
d8aa94b0f4
commit
dc1becd893
+1
-3
@@ -160,9 +160,7 @@ function SuspenseTimelineInput() {
|
||||
onClick={skipForward}>
|
||||
<ButtonIcon type={'skip-next'} />
|
||||
</Button>
|
||||
<div
|
||||
className={styles.SuspenseTimelineInput}
|
||||
title={timelineIndex + '/' + max}>
|
||||
<div className={styles.SuspenseTimelineInput}>
|
||||
<SuspenseScrubber
|
||||
min={min}
|
||||
max={max}
|
||||
|
||||
Reference in New Issue
Block a user