Skip to content

Commit

Permalink
fix(SUP-42354): shortcut key for enabling/disabling captions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzipi-kaltura committed Apr 21, 2024
1 parent 64242d2 commit 6e8cc65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/settings/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ class Settings extends Component<any, any> {
BadgeType[buttonBadgeType + 'Active'],
this.state.smartContainerOpen ? style.active : ''
].join(' ')}
onClick={this.onControlButtonClick}
>
onClick={this.onControlButtonClick}>
<Icon type={IconType.Settings} />
</Button>
</Tooltip>
Expand Down

0 comments on commit 6e8cc65

Please sign in to comment.