reorder starting at 10
This commit is contained in:
parent
49765e13b3
commit
d9301099c6
@ -116,6 +116,6 @@ func Reorder(bookmarks []Bookmark) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
for index := range bookmarks {
|
for index := range bookmarks {
|
||||||
bookmarks[index].Order = index * 10
|
bookmarks[index].Order = (index + 1) * 10
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user