Skip to content

Commit

Permalink
Merge pull request #6999 from getkirby/fix/6998-title-for-toolbar-but…
Browse files Browse the repository at this point in the history
…tons

Add missing title for toolbar buttons
  • Loading branch information
bastianallgeier authored Feb 13, 2025
2 parents 7a50107 + 6647594 commit bf8764f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/src/components/Forms/Toolbar/Toolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:current="button.current"
:disabled="button.disabled"
:icon="button.icon"
:title="button.label"
:title="button.label ?? button.title"
:class="['k-toolbar-button', button.class]"
tabindex="0"
@keydown.native="button.key?.($event)"
Expand Down

0 comments on commit bf8764f

Please sign in to comment.