Skip to content

Commit

Permalink
fix(ui5-side-navigation): overflow menu items are now displayed (#8948)…
Browse files Browse the repository at this point in the history
… (#8954)

Fixes: #8242
  • Loading branch information
dimovpetar committed May 14, 2024
1 parent 648717a commit 30a40e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/NavigationMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Menu from "./Menu.js";
import type { MenuItemClickEventDetail } from "./Menu.js";
import StandardListItem from "./StandardListItem.js";
import MenuItem from "./MenuItem.js";
import type NavigationMenuItem from "./NavigationMenuItem.js";
import NavigationMenuItem from "./NavigationMenuItem.js";
import staticAreaMenuTemplate from "./generated/templates/NavigationMenuTemplate.lit.js";

// Styles
Expand Down

0 comments on commit 30a40e3

Please sign in to comment.