1.9
This commit is contained in:
parent
fc7c94bd69
commit
2cc2f003df
71 changed files with 3359 additions and 1027 deletions
|
|
@ -1,5 +1,7 @@
|
|||
"use strict";
|
||||
|
||||
function escapeHtml(value) { return window.TarinaiUIHelpers.htmlEscape(value); }
|
||||
|
||||
function lineageSplitByActualEdges(component) {
|
||||
const family = lineageEdgeFamily(world.family || {});
|
||||
const nodes = Array.from(new Map(lineageCleanComponent(component, family).filter(Boolean).map(n => [n.id, n])).values());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue