fix(ui): sync transformer when requesting bbox calc

This commit is contained in:
psychedelicious 2024-08-05 20:16:59 +10:00
parent e5400601d6
commit fc55862823

View File

@ -632,6 +632,7 @@ export class CanvasTransformer {
requestRectCalculation = () => {
this.isPendingRectCalculation = true;
this.syncInteractionState();
this.calculateRect();
};