feat(ui): filter/select-object do not exit on save-as

This commit is contained in:
psychedelicious
2024-10-31 16:45:54 +10:00
committed by Kent Keirsey
parent 2d3ce418dd
commit 65bddfcd93
2 changed files with 0 additions and 8 deletions

View File

@@ -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 = () => {

View File

@@ -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();
};
/**