We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0247e2 commit b845255Copy full SHA for b845255
1 file changed
src/js/link.js
@@ -1083,6 +1083,8 @@ var link = (function() {
1083
stagedLink.link = JSON.parse(JSON.stringify(arrayItem));
1084
stagedLink.position.origin.item = index;
1085
stagedLink.position.destination.item = index;
1086
+ stagedLink.position.group.new = null;
1087
+ stagedLink.position.group.name = null;
1088
group.querySelector(".group-body").appendChild(render.item.link());
1089
});
1090
} else {
0 commit comments