fix(ui): request rect calc immediately on transform, hiding rect

This commit is contained in:
psychedelicious 2024-08-05 18:53:34 +10:00
parent ba6362dc9d
commit e665d08ee1

View File

@ -499,6 +499,7 @@ export class CanvasTransformer {
applyTransform = async () => {
this.log.debug('Applying transform');
await this.parent.rasterize();
this.requestRectCalculation();
this.stopTransform();
};