Add FocusTrap to dropdown menu to fix filtering

This commit is contained in:
Gregory Schier
2025-01-11 12:15:01 -08:00
parent 8dff75ad4f
commit 476dbc432b
3 changed files with 83 additions and 70 deletions

View File

@@ -105,7 +105,6 @@ export function getLanguageExtension({
return graphql();
}
console.log("SELECTING SYNTAX", language);
const base = syntaxExtensions[language ?? 'text'] ?? text();
if (!useTemplating) {
return base;