fix: hierarchy-tree - make sure nodes have parents not removed

This commit is contained in:
Azgaar 2023-01-02 16:21:13 +03:00
parent 3883933385
commit 4ab0311d01
6 changed files with 32 additions and 15 deletions

View file

@ -533,7 +533,7 @@ function togglePercentageMode() {
async function showHierarchy() {
if (customization) return;
const HeirarchyTree = await import("../hierarchy-tree.js?v=1.87.01");
const HeirarchyTree = await import("../hierarchy-tree.js?v=1.88.06");
const getDescription = religion => {
const {name, type, form, rural, urban} = religion;