Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmaldonis committed Feb 20, 2023
1 parent 5a3d65e commit 7decb74
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/DGQuickNoteModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@ export class DGQuickNoteModal extends Modal {
props: {
// @ts-ignore
plugin: this.plugin,
modal: this,
transcript: undefined,
audioSaveLocation: undefined,
noteTitle: "",
audioTagUrl: "",
blobdata: new ArrayBuffer(0),
mainblob: new Blob(),
recorder: undefined,
gumStream: undefined,
extension: undefined,
},
});
}
Expand Down

0 comments on commit 7decb74

Please sign in to comment.