I'm currently embedding peartree in an HTML document, it works great.
However, peartree.bundle.min.js sets document.title = "tree.nexus — PearTree" when the tree viewer initializes, which overwrites the title actually set in the HTML. I could re-set it via javascript after importing peartree, so no big issue on my end, but I guess this is not really intended behavior!
I'm currently embedding peartree in an HTML document, it works great.
However, peartree.bundle.min.js sets document.title = "tree.nexus — PearTree" when the tree viewer initializes, which overwrites the title actually set in the HTML. I could re-set it via javascript after importing peartree, so no big issue on my end, but I guess this is not really intended behavior!