Show other parents of a note

This commit is contained in:
Joscha 2025-02-08 22:47:30 +01:00
parent 3628fa260b
commit de6080c3ad
3 changed files with 37 additions and 4 deletions

View file

@ -26,7 +26,7 @@ function createSomeNotes() {
const n1 = mkNote("n1");
const n2 = mkNote("n2", n2n1.id, n2n2.id, n2n3.id);
const n3 = mkNote("n3");
const n3 = mkNote("n3", n2n1.id);
const n4 = mkNote("n4");
const n5 = mkNote("n5", "NaN (not a note)");