Skip to content

Commit

Permalink
Fix a bug where the interactive family trees would no longer show peo…
Browse files Browse the repository at this point in the history
…ple with links to their pages. (#1108)
  • Loading branch information
bartfeenstra authored Dec 28, 2023
1 parent 8e8fe4f commit 8d2050c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ function personToNode (person, nodes) {
},
selectable: false,
grabbable: false,
pannable: true
pannable: true,
classes: person.private ? [] : ['public']
})
}

Expand Down

0 comments on commit 8d2050c

Please sign in to comment.