Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2026-01-29 23:05:41 +08:00
commit 6492c141a9
4 changed files with 38 additions and 3 deletions

View file

@ -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") {