mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): request rect calc immediately on transform, hiding rect
This commit is contained in:
@@ -499,6 +499,7 @@ export class CanvasTransformer {
|
||||
applyTransform = async () => {
|
||||
this.log.debug('Applying transform');
|
||||
await this.parent.rasterize();
|
||||
this.requestRectCalculation();
|
||||
this.stopTransform();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user