Skip to content

Commit

Permalink
Merge pull request #383 from 1CRM/split-and-menu-buttons-options-#380
Browse files Browse the repository at this point in the history
Split and menu buttons options #380
  • Loading branch information
alexivanenko authored Apr 17, 2024
2 parents 678de33 + 733634d commit 07abef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oceanfront/src/components/ListItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const OfListItem = defineComponent({
custom: (link: Link) => {
const active =
props.active ??
(link.href ? link.isExactActive : navGroup && isCurrent.value)
(link.href ? link.isExactActive : navGroup && !!props.active)
const href = link.href
const activate = (evt: Event) => {
if (link.href) {
Expand Down

0 comments on commit 07abef6

Please sign in to comment.