mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 03:47:57 -05:00
fix(ui): set hasProcessed on segment module when deleting a point
This commit is contained in:
@@ -316,6 +316,7 @@ export class CanvasSegmentAnythingModule extends CanvasModuleBase {
|
||||
e.cancelBubble = true;
|
||||
circle.destroy();
|
||||
this.$points.set(this.$points.get().filter((point) => point.id !== id));
|
||||
this.$hasProcessed.set(false);
|
||||
});
|
||||
|
||||
circle.on('dragstart', () => {
|
||||
|
||||
Reference in New Issue
Block a user