fix(ui): fix actions toggle shortcut (#1974)
This commit is contained in:
parent
d2177a5267
commit
c8525a6fec
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ function Player(props: IProps) {
|
|||
)}
|
||||
{!fullView ? (
|
||||
<Controls
|
||||
setActiveTab={props.setActiveTab}
|
||||
setActiveTab={(tab: string) => activeTab === tab ? props.setActiveTab('') : props.setActiveTab(tab)}
|
||||
speedDown={playerContext.player.speedDown}
|
||||
speedUp={playerContext.player.speedUp}
|
||||
jump={playerContext.player.jump}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue