Skip to content

Commit

Permalink
fix: add title to each option
Browse files Browse the repository at this point in the history
  • Loading branch information
abeforgit committed Jul 4, 2024
1 parent 2246377 commit 2078001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/components/plugins/alignment/alignment-menu.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<button
role='menuitem'
type='button'
title={{style.label}}
{{on 'click' (fn this.setAlignment style.value)}}
>
{{#if (this.alignActive style.value)}}
Expand Down

0 comments on commit 2078001

Please sign in to comment.