feat: Enhance preview tooltip loading behavior for smoother display

This commit is contained in:
Will Miao
2025-08-24 19:02:08 +08:00
parent e9ada70088
commit a34ade0120
2 changed files with 34 additions and 5 deletions

View File

@@ -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() {