We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6840f16 commit c050c60Copy full SHA for c050c60
packages/vue/src/components/Edit/ViewableDataInputForm/FieldInputs/MidiInput.vue
@@ -50,6 +50,7 @@ export default defineComponent({
50
try {
51
this.midi = await SkMidi.instance();
52
this.record();
53
+ // [ ] this wasn't updated when the dataInputFormStore / fieldInputStore components were created ?
54
this.store[this.field.name] = this.getTransposedSeqs;
55
} catch (e) {
56
throw new Error(`MidiInput.created: ${e}`);
0 commit comments