mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-30 09:48:58 +01:00
[bug] fix new group being created when editing a link
This commit is contained in:
parent
c0247e26ed
commit
b845255242
@ -1083,6 +1083,8 @@ var link = (function() {
|
||||
stagedLink.link = JSON.parse(JSON.stringify(arrayItem));
|
||||
stagedLink.position.origin.item = index;
|
||||
stagedLink.position.destination.item = index;
|
||||
stagedLink.position.group.new = null;
|
||||
stagedLink.position.group.name = null;
|
||||
group.querySelector(".group-body").appendChild(render.item.link());
|
||||
});
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user