change(tracker): Ensure releaseControl method is called!
This commit is contained in:
parent
9495692c83
commit
449996268c
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue