mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
fix: remove unnecessary variable assignment for trigger words section in edit mode
This commit is contained in:
@@ -354,7 +354,6 @@ export function setupTriggerWordsEditMode() {
|
||||
}
|
||||
|
||||
// Remove dropdown if present
|
||||
const triggerWordsSection = editBtn.closest('.trigger-words');
|
||||
const dropdown = triggerWordsSection.querySelector('.metadata-suggestions-dropdown');
|
||||
if (dropdown) dropdown.remove();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user