UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

9 lines (8 loc) 271 B
export function maybeApplyParentRemoveSelf(pathNode) { if (!pathNode.size && pathNode.kind === "parent") { pathNode.parent.byPath.delete(pathNode.path); pathNode.parent.byIndex.delete(pathNode.relIndex); return true; } return false; }