aboutsummaryrefslogtreecommitdiff
path: root/src/rbtree.ts
AgeCommit message (Collapse)Author
2022-10-18Use shallowRef for event treeTerry Truong
- Fixes 'saved is null' errors - De-lint rbtree.ts - Add rbtree_shallow_copy(), for triggering changes upon modifying the eventTree (using triggerRef doesn't work)
2022-10-17Add rbtree.tsTerry Truong