mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 06:32:12 -03:00
feat: enhance alphabet bar with toggle functionality and visual indicators
This commit is contained in:
@@ -157,16 +157,4 @@ export class LorasControls extends PageControls {
|
||||
// Expose the alphabet bar to the global scope for debugging
|
||||
window.alphabetBar = this.alphabetBar;
|
||||
}
|
||||
|
||||
/**
|
||||
* Override resetAndReload to update letter counts
|
||||
*/
|
||||
async resetAndReload(updateFolders = false) {
|
||||
await super.resetAndReload(updateFolders);
|
||||
|
||||
// Update letter counts after reload if alphabet bar exists
|
||||
if (this.alphabetBar) {
|
||||
this.alphabetBar.fetchLetterCounts();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user