Skip to content

Commit

Permalink
fix(ui5-menu-item): apply scoping to internal Icon (#8751)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas742 committed Apr 16, 2024
1 parent c33ba40 commit ce55755
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/main/src/MenuListItem.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import customElement from "@ui5/webcomponents-base/dist/decorators/customElement.js";
import property from "@ui5/webcomponents-base/dist/decorators/property.js";
import CustomListItem from "./CustomListItem.js";
import Icon from "./Icon.js";
import MenuListItemTemplate from "./generated/templates/MenuListItemTemplate.lit.js";
import MenuItem from "./MenuItem.js";
import HasPopup from "./types/HasPopup.js";
Expand All @@ -19,6 +20,7 @@ import menuListItemCss from "./generated/themes/MenuListItem.css.js";
tag: "ui5-menu-li",
template: MenuListItemTemplate,
styles: [CustomListItem.styles, menuListItemCss],
dependencies: [...CustomListItem.dependencies, Icon],
})
class MenuListItem extends CustomListItem {
/**
Expand Down

0 comments on commit ce55755

Please sign in to comment.