Skip to content

Commit b845255

Browse files
committed
[bug] fix new group being created when editing a link
1 parent c0247e2 commit b845255

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/js/link.js‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,6 +1083,8 @@ var link = (function(){
10831083
stagedLink.link=JSON.parse(JSON.stringify(arrayItem));
10841084
stagedLink.position.origin.item=index;
10851085
stagedLink.position.destination.item=index;
1086+
stagedLink.position.group.new=null;
1087+
stagedLink.position.group.name=null;
10861088
group.querySelector(".group-body").appendChild(render.item.link());
10871089
});
10881090
}else{

0 commit comments

Comments
(0)