소스 검색

remove memo

soumaeda 2 년 전
부모
커밋
15e4e17e4a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      apps/app/src/components/PageEditor/DrawioModal.tsx

+ 0 - 1
apps/app/src/components/PageEditor/DrawioModal.tsx

@@ -86,7 +86,6 @@ export const DrawioModal = (): JSX.Element => {
     const save = editor != null ? (drawioMxFile: string) => {
       mdu.replaceFocusedDrawioWithEditor(editor, drawioMxFile);
     } : drawioModalData?.onSave;
-    // TODO: Fold the section after the drawio section (```drawio) has been updated.
 
     return new DrawioCommunicationHelper(
       rendererConfig.drawioUri,