Skip to content

Commit

Permalink
Merge branch 'develop-minor' into v5/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Feb 13, 2025
2 parents 4525823 + bf8764f commit c2ea031
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 c2ea031

Please sign in to comment.