This commit is contained in:
Liang Ding 2023-02-17 22:42:38 +08:00
parent aa47da6ad0
commit 3cd634d8d0
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

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