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