change(tracker): change func composition
This commit is contained in:
parent
450085a7a0
commit
256ec2093f
1 changed files with 1 additions and 3 deletions
|
|
@ -170,9 +170,7 @@ export default class Assist {
|
|||
if (!callUI) {
|
||||
callUI = new CallWindow(app.debug.error)
|
||||
}
|
||||
setTimeout(() => {
|
||||
callUI?.showRemoteControl(remoteControl.releaseControl)
|
||||
}, 150)
|
||||
callUI?.showRemoteControl(remoteControl.releaseControl)
|
||||
this.agents[id].onControlReleased = this.options.onRemoteControlStart()
|
||||
this.emit('control_granted', id)
|
||||
annot = new AnnotationCanvas()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue