Skip to content

Commit 2a14ae3

Browse files
committed
Set isActive for symbols in relationships lists.
1 parent 4ae3dbc commit 2a14ae3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/DocumentationTopic/RelationshipsList.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
:role="symbol.role"
2222
:kind="symbol.kind"
2323
:url="symbol.url"
24+
:isActive="symbol.isFromIncludedArchive"
2425
>{{symbol.title}}</Reference>
2526
<WordBreak v-else tag="code">{{symbol.title}}</WordBreak>
2627
<ConditionalConstraints

0 commit comments

Comments
 (0)