diff --git a/src/app/ui/editor/play_state.cpp b/src/app/ui/editor/play_state.cpp index 92b8e05ac..2f7594502 100644 --- a/src/app/ui/editor/play_state.cpp +++ b/src/app/ui/editor/play_state.cpp @@ -239,7 +239,8 @@ void PlayState::onBeforeCommandExecution(CommandExecutionEvent& ev) // (zoom, scroll, etc.) if (ev.command()->id() == CommandId::PlayAnimation() || ev.command()->id() == CommandId::Zoom() || - ev.command()->id() == CommandId::Scroll()) { + ev.command()->id() == CommandId::Scroll() || + ev.command()->id() == CommandId::Timeline()) { return; }