Skip to content

Commit

Permalink
Merge pull request #19455 from brave/maxk-fix-narrow-settings-menu
Browse files Browse the repository at this point in the history
[cr116 follow-up] Fixes narrow settings menu button.
  • Loading branch information
mkarolin committed Aug 3, 2023
1 parent afb63d1 commit 2b084b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/webui/resources/br_elements/br_toolbar/br_toolbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Polymer({
/** @private */
onMenuTap_: function() {
this.dispatchEvent(new CustomEvent(
'cr-toolbar-menu-tap', {bubbles: true, composed: true}))
'cr-toolbar-menu-click', {bubbles: true, composed: true}))
},

focusMenuButton() {
Expand Down

0 comments on commit 2b084b9

Please sign in to comment.