Skip to content

Commit

Permalink
fix(): bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGysemans committed Apr 23, 2021
1 parent a66317c commit 2710473
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.1] - April 23, 2021

Bug fixes

## [1.1.0] - April 23, 2021

Better digital accessibility.
Expand Down
1 change: 0 additions & 1 deletion src/JSPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ class JSPanel {
} else {
const button = this._createEl("button");
button.setAttribute("aria-label", item.title);
button.setAttribute("tabindex", "0");

if ((item.icon && !item.fontawesome_icon) || (item.icon && item.fontawesome_icon)) {
const icon = this._createEl("img", { attributes: [["src", item.icon]] });
Expand Down

0 comments on commit 2710473

Please sign in to comment.