Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2025-02-17 17:43:25 +08:00
commit 7c0490791c

View File

@ -655,6 +655,7 @@ func duplicateDoc(c *gin.Context) {
notebook := tree.Box
box := model.Conf.Box(notebook)
model.DuplicateDoc(tree)
arg["listDocTree"] = true
pushCreate(box, tree.Path, arg)
ret.Data = map[string]interface{}{