jam411 3 лет назад
Родитель
Сommit
9e0c4ff385
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/app/src/components/PageEditor.tsx

+ 0 - 1
packages/app/src/components/PageEditor.tsx

@@ -115,7 +115,6 @@ const PageEditor = React.memo((): JSX.Element => {
     try {
       await saveOrUpdate(optionsToSave, { pageId, path: currentPagePath || currentPathname, revisionId: currentRevisionId }, markdownToSave.current);
       await mutateCurrentPage();
-      // mutateEditingMarkdown(markdownToSave.current);
       mutateIsEnabledUnsavedWarning(false);
       return true;
     }