Switch global var to the store for easier debugging

This commit is contained in:
Travis Ralston 2021-04-27 23:04:49 -06:00
parent c4d85c457b
commit c2bcdae8a9
3 changed files with 4 additions and 4 deletions

View file

@ -315,5 +315,3 @@ export class VoiceRecording extends EventEmitter implements IDestroyable {
return this.mxc;
}
}
window.mxVoiceRecorder = VoiceRecording;