diff --git a/portal/menu-builder.html b/portal/menu-builder.html index 810077c..fc62508 100644 --- a/portal/menu-builder.html +++ b/portal/menu-builder.html @@ -1227,6 +1227,7 @@ redoStack: [], idCounter: 1, expandedCategoryId: null, // For accordion - only one category expanded at a time + expandedSubCategoryId: null, // For subcategory accordion - independent of parent expandedItemId: null, // For item accordion - only one item expanded at a time expandedModifierIds: new Set(), // Track which modifiers are expanded @@ -4210,12 +4211,12 @@