mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 22:22:34 +01:00
🎨 Support for opening file history on the doc tree https://github.com/siyuan-note/siyuan/issues/8448
This commit is contained in:
parent
abf7b57827
commit
17d8c79057
2 changed files with 8 additions and 7 deletions
|
|
@ -139,7 +139,7 @@ export const openDocHistory = (options: {
|
|||
event.preventDefault();
|
||||
break;
|
||||
} else if (target.classList.contains("b3-list-item") && !isLoading) {
|
||||
getHistoryPath(target, opElement.value, options.notebookId, (dataPath) => {
|
||||
getHistoryPath(target, opElement.value, options.id, (dataPath) => {
|
||||
fetchPost("/api/history/getDocHistoryContent", {
|
||||
historyPath: dataPath,
|
||||
}, (response) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue