chore: fix issue where child tags would get hidden in exclusive vault mode if parent tag is in different vault (#2502)
This commit is contained in:
@@ -472,7 +472,7 @@ export class NavigationController
|
||||
}
|
||||
|
||||
get rootTags(): SNTag[] {
|
||||
return this.tags.filter((tag) => !this.items.getTagParent(tag))
|
||||
return this.tags.filter((tag) => !this.items.getDisplayableTagParent(tag))
|
||||
}
|
||||
|
||||
get tagsCount(): number {
|
||||
|
||||
Reference in New Issue
Block a user