Skip to content

Commit

Permalink
feat(react): update Cypress visual regression test baseline images
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2024
1 parent 88ed20e commit 24ac932
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/web-components/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ export namespace Components {
/**
* @param setFocusToAnchor when true return focus to anchor element when menu is closed
*/
"closeMenu": (setFocusToAnchor?: boolean, element?: HTMLIcMenuItemElement) => Promise<void>;
"closeMenu": (setFocusToAnchor?: boolean, menuElement?: HTMLIcMenuItemElement) => Promise<void>;
/**
* If `true`, the popover menu will be displayed.
*/
Expand Down

0 comments on commit 24ac932

Please sign in to comment.