mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
This commit is contained in:
parent
aa47da6ad0
commit
3cd634d8d0
1 changed files with 1 additions and 1 deletions
|
|
@ -606,7 +606,7 @@ export const openHistory = () => {
|
|||
renderDoc(firstPanelElement, type === "docprevious" ? currentPage - 1 : currentPage + 1);
|
||||
break;
|
||||
} else if (type === "rebuildIndex") {
|
||||
fetchPost("/api/history/reindexHistory", {});
|
||||
fetchPost("/api/history/reindexHistory");
|
||||
dialog.destroy();
|
||||
break;
|
||||
} else if (type === "compare") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue