Skip to content

Commit c050c60

Browse files
committed
todo: migrate midiInput to dataInputFormStore
1 parent 6840f16 commit c050c60

File tree

1 file changed

+1
-0
lines changed
  • packages/vue/src/components/Edit/ViewableDataInputForm/FieldInputs

1 file changed

+1
-0
lines changed

packages/vue/src/components/Edit/ViewableDataInputForm/FieldInputs/MidiInput.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export default defineComponent({
5050
try {
5151
this.midi = await SkMidi.instance();
5252
this.record();
53+
// [ ] this wasn't updated when the dataInputFormStore / fieldInputStore components were created ?
5354
this.store[this.field.name] = this.getTransposedSeqs;
5455
} catch (e) {
5556
throw new Error(`MidiInput.created: ${e}`);

0 commit comments

Comments
 (0)