Skip to content

Commit f7b4453

Browse files
authored
[DevTools] enable "reload & profile" button for timeline view (#24702)
1 parent a8555c3 commit f7b4453

File tree

1 file changed

+1
-3
lines changed
  • packages/react-devtools-shared/src/devtools/views/Profiler

1 file changed

+1
-3
lines changed

packages/react-devtools-shared/src/devtools/views/Profiler/Profiler.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ function Profiler(_: {||}) {
113113
<div className={styles.LeftColumn}>
114114
<div className={styles.Toolbar}>
115115
<RecordToggle disabled={!supportsProfiling} />
116-
<ReloadAndProfileButton
117-
disabled={selectedTabID === 'timeline' || !supportsProfiling}
118-
/>
116+
<ReloadAndProfileButton disabled={!supportsProfiling} />
119117
<ClearProfilingDataButton />
120118
<ProfilingImportExportButtons />
121119
<div className={styles.VRule} />

0 commit comments

Comments
 (0)