We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b4961 commit 13e78a7Copy full SHA for 13e78a7
src/FSharp.Formatting.Common/Menu.fs
@@ -31,7 +31,7 @@ let createMenu (input: string) (isCategoryActive: bool) (header: string) (items:
31
[| ParamKeys.``fsdocs-menu-item-link``, link
32
ParamKeys.``fsdocs-menu-item-content``, title
33
ParamKeys.``fsdocs-menu-item-id``, id
34
- ParamKeys.``fsdocs-menu-item-active-class``, (if isCategoryActive then "active" else "") |]
+ ParamKeys.``fsdocs-menu-item-active-class``, (if model.IsActive then "active" else "") |]
35
menuItemTemplate)
36
|> String.concat "\n"
37
0 commit comments