mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-26 00:44:07 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
6492c141a9
4 changed files with 38 additions and 3 deletions
|
|
@ -580,9 +580,7 @@ const bindEvent = (app: App, element: Element, dialog?: Dialog) => {
|
|||
historyPath: target.parentElement.getAttribute("data-path")
|
||||
});
|
||||
} else if (dataType === "av") {
|
||||
// TODO
|
||||
fetchPost("/api/history/rollbackDocHistory", {
|
||||
notebook: target.parentElement.getAttribute("data-notebook-id"),
|
||||
fetchPost("/api/history/rollbackAttributeViewHistory", {
|
||||
historyPath: target.parentElement.getAttribute("data-path")
|
||||
});
|
||||
} else if (dataType === "notebook") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue