|
|
@@ -202,7 +202,7 @@ class Timeline extends LitElement {
|
|
|
this.rows.splice(pos, 0, r);
|
|
|
if (!alreadyChild) r.parent.children.splice(pos - idx, 0, r);
|
|
|
} else {
|
|
|
- this.rows.splice(idx + r.parent.children.length, 0, r);
|
|
|
+ this.rows.splice(idx + r.parent.children.length + 1, 0, r);
|
|
|
if (!alreadyChild) r.parent.children = [...r.parent.children, r];
|
|
|
}
|
|
|
} else {
|