mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-10 11:23:34 +02:00
Add FocusTrap to dropdown menu to fix filtering
This commit is contained in:
@@ -105,7 +105,6 @@ export function getLanguageExtension({
|
||||
return graphql();
|
||||
}
|
||||
|
||||
console.log("SELECTING SYNTAX", language);
|
||||
const base = syntaxExtensions[language ?? 'text'] ?? text();
|
||||
if (!useTemplating) {
|
||||
return base;
|
||||
|
||||
Reference in New Issue
Block a user