MDL-85167 theme_boost: Fix tertiary navigation key listeners
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -343,7 +343,7 @@ const comboboxFix = () => {
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
}, true);
|
||||
|
||||
document.addEventListener('click', e => {
|
||||
const option = e.target.closest('[role="listbox"] [role="option"]');
|
||||
|
||||
Reference in New Issue
Block a user