Merge pull request #3586 from thornbill/fix-item-details-selector

This commit is contained in:
Bill Thornton
2022-04-22 07:41:02 -04:00
committed by GitHub
+1 -1
View File
@@ -791,7 +791,7 @@ function renderDetailImage(elem, item, imageLoader) {
imageLoader.lazyChildren(elem);
// Avoid breaking the design by preventing focus of the poster using the keyboard.
elem.querySelector('a').tabIndex = -1;
elem.querySelector('a, button').tabIndex = -1;
}
function renderImage(page, item) {