Skip to content

Commit

Permalink
Code: コメントを改善
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed May 2, 2024
1 parent 4c9011c commit f0f7094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dialog/ImportMidiDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
placeholder="MIDIファイルを選択してください"
@input="handleMidiFileChange"
/>
<!-- TODO: 複数選択できるようにする -->
<!-- TODO: 複数選択して複数のトラックとしてインポートできるようにする -->
<QSelect
v-if="midi"
v-model="selectedTrack"
Expand Down

0 comments on commit f0f7094

Please sign in to comment.