edvin
09/28/2018, 5:46 PMWizard subclass, override onSave, which is called when the Wizard completes. From there, call owningTab?.close(). This will prevent the normal close() call (or at least it's effect, since the Tab will be disconnected by the time the Wizard calls close()).