mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 22:52:12 -03:00
feat: Enhance preview tooltip loading behavior for smoother display
This commit is contained in:
@@ -256,7 +256,7 @@ class AutoComplete {
|
||||
const x = rect.right + 10;
|
||||
const y = rect.top;
|
||||
|
||||
this.previewTooltip.show(loraName, x, y);
|
||||
this.previewTooltip.show(loraName, x, y, true); // Pass true for fromAutocomplete flag
|
||||
}
|
||||
|
||||
hidePreview() {
|
||||
|
||||
Reference in New Issue
Block a user