Skip to content

Commit

Permalink
ミス
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jul 22, 2024
1 parent b341b77 commit 630c659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/singing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1708,7 +1708,7 @@ export const singingStore = createPartialStore<SingingStoreTypes>({
await dispatch("SET_TIME_SIGNATURES", { timeSignatures });
await dispatch("SET_NOTES", { notes });

context.commit("RESET_SAVED_LAST_COMMAND_IDS");
commit("RESET_SAVED_LAST_COMMAND_IDS");
commit("CLEAR_COMMANDS");
dispatch("RENDER");
},
Expand Down

0 comments on commit 630c659

Please sign in to comment.