mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-03-14 14:48:13 +01:00
[bug] fix link not moving to new group from edit
This commit is contained in:
parent
6c29837ed3
commit
a4a5e36dec
@ -270,7 +270,13 @@ var bookmarks = (function() {
|
||||
destination: data.position.destination.group
|
||||
},
|
||||
group: {
|
||||
name: data.position.group.name,
|
||||
name: {
|
||||
text: data.position.group.name.text,
|
||||
show: data.position.group.name.show
|
||||
},
|
||||
openAll: {
|
||||
show: data.position.group.openAll.show
|
||||
},
|
||||
items: []
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user