🎨 支持笔记本设置独立的排序规则 https://github.com/siyuan-note/siyuan/issues/3623
This commit is contained in:
parent
2b0788db6c
commit
8d4002eb0c
1 changed files with 0 additions and 4 deletions
|
@ -639,10 +639,6 @@ func listDocsByPath(c *gin.Context) {
|
|||
"path": p,
|
||||
"files": files,
|
||||
}
|
||||
|
||||
// 持久化文档面板排序
|
||||
model.Conf.FileTree.Sort = sortMode
|
||||
model.Conf.Save()
|
||||
}
|
||||
|
||||
func getDoc(c *gin.Context) {
|
||||
|
|
Loading…
Add table
Reference in a new issue