change(tracker): Ensure releaseControl method is called!

This commit is contained in:
dgrah50 2022-10-20 14:09:03 +01:00 committed by Delirium
parent 9495692c83
commit 449996268c

View file

@ -458,7 +458,7 @@ export default class Assist {
}
private clean() {
this.remoteControl?.releaseControl
this.remoteControl?.releaseControl()
if (this.peer) {
this.peer.destroy()
this.app.debug.log('Peer destroyed')