CCGE-BOADICEA / pedigreejs

A web tool for building pedigrees, https://ccge-boadicea.github.io/pedigreejs/
GNU General Public License v3.0
59 stars 42 forks source link

Make widgets optional #136

Closed chross closed 1 month ago

chross commented 2 years ago

I added a check to enable/disable the display of widgets using the configuration options. Sometimes, I want to display a pedigree but not edit it. In this case, the following code comes in handy.

if (opts.widgets) { addWidgets(opts, node); // links between partners }

tcarver commented 1 month ago

@chross - 'showWidgets' now added