fix(ui): sync transformer when requesting bbox calc

This commit is contained in:
psychedelicious
2024-08-05 20:16:59 +10:00
parent 345b06bf19
commit 060c14964b

View File

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