Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sigprogramming committed Dec 12, 2024
1 parent 136bddb commit 941240a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sing/stateMachine/sequencerStateMachine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ class AddNoteState implements IState<State, Input, Context> {
PREVIEW_SOUND_DURATION,
);
}
context.previewNotes.value = [];
context.nowPreviewing.value = false;
}
}
Expand Down

0 comments on commit 941240a

Please sign in to comment.