mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-05 10:29:07 -05:00
fix(ui): update compositing rect when fill changes
This commit is contained in:
@@ -98,6 +98,10 @@ export class CanvasMaskAdapter {
|
||||
this.updateVisibility({ isEnabled });
|
||||
}
|
||||
|
||||
if (this.isFirstRender || state.fill !== this.state.fill) {
|
||||
this.renderer.updateCompositingRect(state.fill);
|
||||
}
|
||||
|
||||
// this.transformer.syncInteractionState();
|
||||
|
||||
if (this.isFirstRender) {
|
||||
|
||||
Reference in New Issue
Block a user