diff --git a/frontend/src/components/config-page/config-page.ts b/frontend/src/components/config-page/config-page.ts index 1de91ed..5aa7652 100644 --- a/frontend/src/components/config-page/config-page.ts +++ b/frontend/src/components/config-page/config-page.ts @@ -1385,6 +1385,11 @@ export class ConfigPage extends LitElement { if (this.activeMenuId !== null) { this.activeMenuId = null; } + + if (this.editingLibraryId !== null) { + this.editingLibraryId = null; + this.editingName = ''; + } }; private showToast(message: string): void {