@@ -220,7 +220,7 @@ function registWindowSubmit() {
finishPaperIds.push(curPaperId as number);
updateProgress(getPaperProgress());
- // await startTask();
+ await startTask();
};
}