Skip to content

Commit

Permalink
🎨 重建历史索引遮罩 #7386
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Feb 17, 2023
1 parent aa47da6 commit 3cd634d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/history/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 3cd634d

Please sign in to comment.