fix(sqllab): prevent unwanted tab switching when autocompleting table names on SQL Lab (#35992)

This commit is contained in:
Richard Fogaca Nienkotter
2025-11-12 06:48:48 -03:00
committed by GitHub
parent d123249bd2
commit 9fbfcf0ccd
4 changed files with 100 additions and 4 deletions

View File

@@ -153,6 +153,7 @@ export function useKeywords(
data.value,
catalog,
schema,
false, // Don't auto-expand/switch tabs when adding via autocomplete
),
);
}