mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-03 19:30:16 +01:00
🎨 数据历史文档中支持操作类型过滤 https://github.com/siyuan-note/siyuan/issues/5754
This commit is contained in:
parent
72b3f151a6
commit
a807e47d63
4 changed files with 17 additions and 17 deletions
|
|
@ -1198,6 +1198,7 @@ func RemoveDoc(boxID, p string) (err error) {
|
|||
return errors.New(fmt.Sprintf(Conf.Language(70), box.Name, absPath, err))
|
||||
}
|
||||
|
||||
indexHistoryDir(filepath.Base(historyDir), NewLute())
|
||||
copyDocAssetsToDataAssets(boxID, p)
|
||||
|
||||
rootID := tree.ID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue