mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 03:47:57 -05:00
feat(ui): filter/select-object do not exit on save-as
This commit is contained in:
committed by
Kent Keirsey
parent
2d3ce418dd
commit
65bddfcd93
@@ -386,10 +386,6 @@ export class CanvasEntityFilterer extends CanvasModuleBase {
|
||||
default:
|
||||
assert<Equals<typeof type, never>>(false);
|
||||
}
|
||||
|
||||
// Final cleanup and teardown, returning user to main canvas UI
|
||||
this.resetEphemeralState();
|
||||
this.teardown();
|
||||
};
|
||||
|
||||
resetEphemeralState = () => {
|
||||
|
||||
@@ -740,10 +740,6 @@ export class CanvasSegmentAnythingModule extends CanvasModuleBase {
|
||||
default:
|
||||
assert<Equals<typeof type, never>>(false);
|
||||
}
|
||||
|
||||
// Final cleanup and teardown, returning user to main canvas UI
|
||||
this.resetEphemeralState();
|
||||
this.teardown();
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user