Skip to content

Commit

Permalink
MDL-72286 editor_atto: Declare type on plugins button groups
Browse files Browse the repository at this point in the history
  • Loading branch information
FMCorz authored and rezaies committed Aug 17, 2021
1 parent 036800d commit 1273c87
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Expand Up @@ -182,6 +182,7 @@ var MENUTEMPLATE = '' +
'id="{{id}}" ' +
'tabindex="-1" ' +
'title="{{title}}" ' +
'type="button" ' +
'aria-haspopup="true" ' +
'aria-controls="{{id}}_menu">' +
'<span class="editor_atto_menu_icon"></span>' +
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -182,6 +182,7 @@ var MENUTEMPLATE = '' +
'id="{{id}}" ' +
'tabindex="-1" ' +
'title="{{title}}" ' +
'type="button" ' +
'aria-haspopup="true" ' +
'aria-controls="{{id}}_menu">' +
'<span class="editor_atto_menu_icon"></span>' +
Expand Down

0 comments on commit 1273c87

Please sign in to comment.