Skip to content

Commit

Permalink
NEW: Set menuitemId as value of the menu item element.
Browse files Browse the repository at this point in the history
  • Loading branch information
speedball2001 committed Jul 24, 2023
1 parent 34acfd5 commit 588db7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions icmenupopupapi/implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class Menupopup {
'menuitem');
menuItem.id = menuitemId;
menuItem.setAttribute('label', label);
menuItem.setAttribute('value', menuitemId);

menuPopup.appendChild(menuItem);
}
Expand Down

0 comments on commit 588db7a

Please sign in to comment.