Skip to content

Commit

Permalink
Delete: 不要な代入を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Oct 23, 2024
1 parent 551c71a commit 277f017
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Sing/SequencerRuler/Container.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ const playheadTicks = ref(0);
const updatePlayheadTicks = (ticks: number) => {
void store.dispatch("SET_PLAYHEAD_POSITION", { position: ticks });
playheadTicks.value = ticks;
};
const playheadPositionChangeListener = (position: number) => {
Expand Down

0 comments on commit 277f017

Please sign in to comment.