From c8525a6fecefd8b137d59572f7d3dbc93ba7b69b Mon Sep 17 00:00:00 2001 From: Delirium Date: Mon, 18 Mar 2024 17:38:27 +0100 Subject: [PATCH] fix(ui): fix actions toggle shortcut (#1974) --- .../app/components/Session/Player/ReplayPlayer/PlayerInst.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Session/Player/ReplayPlayer/PlayerInst.tsx b/frontend/app/components/Session/Player/ReplayPlayer/PlayerInst.tsx index 789119302..7f7096744 100644 --- a/frontend/app/components/Session/Player/ReplayPlayer/PlayerInst.tsx +++ b/frontend/app/components/Session/Player/ReplayPlayer/PlayerInst.tsx @@ -150,7 +150,7 @@ function Player(props: IProps) { )} {!fullView ? ( activeTab === tab ? props.setActiveTab('') : props.setActiveTab(tab)} speedDown={playerContext.player.speedDown} speedUp={playerContext.player.speedUp} jump={playerContext.player.jump}