Skip to content

Commit

Permalink
Merge pull request #817 from AI4Bharat/minorfix10
Browse files Browse the repository at this point in the history
chnages to disable timeline toggle
  • Loading branch information
aparna-aa authored Sep 4, 2024
2 parents dfdc84f + 7c3cbec commit d2d37bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/CustomMenuComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const CustomMenuComponent = ({
<input type="checkbox" checked={showSubtitles} onChange={() => {setShowSubtitles(!showSubtitles)}}/>
</div>
</MenuItem>
<MenuItem key="Show Timeline">
{/* <MenuItem key="Show Timeline">
<div
style={{
display: "flex",
Expand All @@ -110,7 +110,7 @@ const CustomMenuComponent = ({
<span>Show Timeline</span>
<input type="checkbox" checked={showTimeline} onChange={() => {setShowTimeline(!showTimeline)}}/>
</div>
</MenuItem>
</MenuItem> */}
<MenuItem key="Youtube Player">
<div
style={{
Expand Down

0 comments on commit d2d37bd

Please sign in to comment.