Skip to content

Commit

Permalink
fix: fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Eling486 committed Aug 3, 2022
1 parent 0c4dabf commit b282b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/paino_roll.vue
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,7 @@ export default {
}
if (confirmed) {
this.pause();
this.InputFileDOM.value = null
let midi = new Midi();
let track = midi.addTrack();
midi.header.name = "Untitled";
Expand Down

0 comments on commit b282b82

Please sign in to comment.