Update the hovered id when we are done moving.

pull/3300/head
Mitja Bezenšek 2024-03-28 18:26:46 +01:00
rodzic cac080dd1a
commit 82864c690e
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -3106,6 +3106,7 @@ export class Editor extends EventEmitter<TLEventMap> {
this.off('tick', this._decayCameraStateTimeout)
this._cameraState.set('idle')
this.updateRenderingBounds()
this.updateHoveredId()
}
}