Skip to content

Commit

Permalink
neurotic comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-edward committed Nov 26, 2024
1 parent 416be07 commit 45a0c07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/timeline.cc
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ void Timeline:: HandleEvent(const Event &event)
case KEY_ENTER:
APP->screen_state_ = App::ScreenState::Track;
break;
// TODO this code is stupid fix it
case KEY_H:
cursor_ = te::BeatRange{
te::BeatPosition::fromBeats(
Expand Down

0 comments on commit 45a0c07

Please sign in to comment.