瀏覽代碼

for experiment

yohei0125 4 年之前
父節點
當前提交
cc82dd93ef
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/app/src/server/crowi/index.js

+ 1 - 0
packages/app/src/server/crowi/index.js

@@ -685,6 +685,7 @@ Crowi.prototype.setupPageService = async function() {
     // TODO: Remove this code when resuming feature is implemented
     await this.pageOperationService.init();
   }
+  await this.pageService.restartPageRenameOperation();
 };
 
 Crowi.prototype.setupInAppNotificationService = async function() {