Skip to content

Commit

Permalink
Update src/renderer/components/ft-icon-button/ft-icon-button.vue
Browse files Browse the repository at this point in the history
Co-authored-by: absidue <[email protected]>
  • Loading branch information
ChunkyProgrammer and absidue authored Oct 12, 2022
1 parent 2eb9b61 commit 3d4d4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/ft-icon-button/ft-icon-button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
v-if="dropdownOptions.length > 0"
class="list"
role="listbox"
aria-expanded="false"
:aria-expanded="dropdownShown"
>
<li
v-for="(option, index) in dropdownOptions"
Expand Down

0 comments on commit 3d4d4b4

Please sign in to comment.