fix(12-02): dismiss inline rename on click outside

This commit is contained in:
2026-03-13 09:24:32 -04:00
parent cf18c39dbd
commit 9272b060bf
@@ -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 {