Skip to content

Commit

Permalink
added expanded class (SAP#2359)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardl authored Nov 3, 2021
1 parent c2525bc commit 0cf9e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/navigation/LeftNav.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
{#if nodes.metaInfo.collapsible}
<li
class="fd-nested-list__item lui-collapsible-item"
class:lui-item-expanded="{isExpanded(nodes, expandedCategories)}"
on:click|stopPropagation="{() => handleIconClick(nodes, event.currentTarget)}"
data-testid="{getTestIdForCat(nodes.metaInfo, key)}"
>
Expand Down

0 comments on commit 0cf9e2d

Please sign in to comment.