MDL-85167 theme_boost: Fix tertiary navigation key listeners

This commit is contained in:
Mikel Martín
2025-05-09 13:42:02 +02:00
parent 9242f9619a
commit 0dfb3002e5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -343,7 +343,7 @@ const comboboxFix = () => {
}
}
}
});
}, true);
document.addEventListener('click', e => {
const option = e.target.closest('[role="listbox"] [role="option"]');