From 8d4002eb0c40fac653a3e4b0605920034e1956e7 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 4 Feb 2023 17:14:05 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=94=AF=E6=8C=81=E7=AC=94=E8=AE=B0?= =?UTF-8?q?=E6=9C=AC=E8=AE=BE=E7=BD=AE=E7=8B=AC=E7=AB=8B=E7=9A=84=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E8=A7=84=E5=88=99=20https://github.com/siyuan-note/si?= =?UTF-8?q?yuan/issues/3623?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/api/filetree.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kernel/api/filetree.go b/kernel/api/filetree.go index 099491970..ff7cf44dd 100644 --- a/kernel/api/filetree.go +++ b/kernel/api/filetree.go @@ -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) {