mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-20 02:50:58 +08:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
7c0490791c
@ -655,6 +655,7 @@ func duplicateDoc(c *gin.Context) {
|
|||||||
notebook := tree.Box
|
notebook := tree.Box
|
||||||
box := model.Conf.Box(notebook)
|
box := model.Conf.Box(notebook)
|
||||||
model.DuplicateDoc(tree)
|
model.DuplicateDoc(tree)
|
||||||
|
arg["listDocTree"] = true
|
||||||
pushCreate(box, tree.Path, arg)
|
pushCreate(box, tree.Path, arg)
|
||||||
|
|
||||||
ret.Data = map[string]interface{}{
|
ret.Data = map[string]interface{}{
|
||||||
|
Loading…
Reference in New Issue
Block a user