fix(ui): sync transformer when requesting bbox calc

This commit is contained in:
psychedelicious 2024-08-05 20:16:59 +10:00
parent 03e1c60694
commit 07e3529948

View File

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