Fixes to horizontal menu logic. Now supports two levels of menu items.

This commit is contained in:
Jayson Furr
2021-01-23 18:24:07 -06:00
parent 7057f93f13
commit 6fdbbeb8ce
4 changed files with 115 additions and 29 deletions

View File

@ -0,0 +1,6 @@
namespace Oqtane.Themes.Controls
{
public partial class MenuItemsHorizontal : MenuItemsBase
{
}
}