mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 16:26:09 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
7328e34632
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ func GetDocHistoryContent(historyPath, keyword string) (content string, isLargeD
|
|||
}
|
||||
|
||||
if isLargeDoc {
|
||||
util.PushMsg(Conf.Language(36), 3000)
|
||||
util.PushMsg(Conf.Language(36), 5000)
|
||||
formatRenderer := render.NewFormatRenderer(historyTree, luteEngine.RenderOptions)
|
||||
content = gulu.Str.FromBytes(formatRenderer.Render())
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue