fix(ui): sync transformer when requesting bbox calc

This commit is contained in:
psychedelicious
2024-08-05 20:16:59 +10:00
parent e5a7e932cf
commit 3c9e9fa746

View File

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