mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): sync transformer when requesting bbox calc
This commit is contained in:
@@ -632,6 +632,7 @@ export class CanvasTransformer {
|
||||
|
||||
requestRectCalculation = () => {
|
||||
this.isPendingRectCalculation = true;
|
||||
this.syncInteractionState();
|
||||
this.calculateRect();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user