mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): sync transformer when requesting bbox calc
This commit is contained in:
parent
03e1c60694
commit
07e3529948
@ -632,6 +632,7 @@ export class CanvasTransformer {
|
|||||||
|
|
||||||
requestRectCalculation = () => {
|
requestRectCalculation = () => {
|
||||||
this.isPendingRectCalculation = true;
|
this.isPendingRectCalculation = true;
|
||||||
|
this.syncInteractionState();
|
||||||
this.calculateRect();
|
this.calculateRect();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user