change(tracker): change func composition

This commit is contained in:
sylenien 2022-09-16 18:16:02 +02:00 committed by Delirium
parent 450085a7a0
commit 256ec2093f

View file

@ -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()