fix(12-02): dismiss inline rename on click outside
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user