Skip to content

Commit 80671cb

Browse files
committed
Remove obsolete tabIndex attribute
1 parent 695c80a commit 80671cb

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

  • ts/WoltLabSuite/Core/Component/Reaction
  • wcfsetup/install/files/js/WoltLabSuite/Core/Component/Reaction

ts/WoltLabSuite/Core/Component/Reaction/Button.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ class ReactionPopover {
7575
this.#popover.setAttribute("role", "listbox");
7676
this.#popover.setAttribute("aria-orientation", "horizontal");
7777
this.#popover.setAttribute("aria-label", getPhrase("wcf.reactions.react"));
78-
this.#popover.tabIndex = 0;
7978

8079
const popoverContent = document.createElement("div");
8180
popoverContent.className = "reactionPopoverContent";

wcfsetup/install/files/js/WoltLabSuite/Core/Component/Reaction/Button.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)