mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): request rect calc immediately on transform, hiding rect
This commit is contained in:
parent
ba6362dc9d
commit
e665d08ee1
@ -499,6 +499,7 @@ export class CanvasTransformer {
|
||||
applyTransform = async () => {
|
||||
this.log.debug('Applying transform');
|
||||
await this.parent.rasterize();
|
||||
this.requestRectCalculation();
|
||||
this.stopTransform();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user