From 73613836b528f2ad25a627513d2d1002c99238be Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 8 Oct 2025 17:59:14 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/16026 Signed-off-by: Daniel <845765@qq.com> --- kernel/model/file.go | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/model/file.go b/kernel/model/file.go index b7759cf57..7fb9462e7 100644 --- a/kernel/model/file.go +++ b/kernel/model/file.go @@ -1068,6 +1068,7 @@ func CreateWithMarkdown(tags, boxID, hPath, md, parentID, id string, withMath bo SetBlockAttrs(retID, nameValues) FlushTxQueue() + box.addMinSort(path.Dir(hPath), retID) return }