diff --git a/app/assets/javascripts/discourse/app/widgets/post.js b/app/assets/javascripts/discourse/app/widgets/post.js index d2f79335e29..b1a04cc0369 100644 --- a/app/assets/javascripts/discourse/app/widgets/post.js +++ b/app/assets/javascripts/discourse/app/widgets/post.js @@ -556,7 +556,9 @@ createWidget("post-article", { html(attrs, state) { const rows = [ - h("a.tabLoc", { attributes: { href: "", "aria-hidden": true } }) + h("a.tabLoc", { + attributes: { href: "", "aria-hidden": true, tabindex: -1 } + }) ]; if (state.repliesAbove.length) { const replies = state.repliesAbove.map(p => {