fix(ui): sync transformer when requesting bbox calc

This commit is contained in:
psychedelicious 2024-08-05 20:16:59 +10:00
parent 7e341a05a1
commit 08b03212ca

View File

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