Shun Miyazawa 2 년 전
부모
커밋
31a13801bd
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      apps/app/src/components/Navbar/PageEditorModeManager.tsx

+ 2 - 0
apps/app/src/components/Navbar/PageEditorModeManager.tsx

@@ -92,6 +92,8 @@ export const PageEditorModeManager = (props: Props): JSX.Element => {
     if (currentPageYjsAwarenessStateSize != null && currentPageYjsAwarenessStateSize > 0) {
       return 'bg-primary';
     }
+
+    // TODO: https://redmine.weseek.co.jp/issues/145652
   }, [currentPageYjsAwarenessStateSize]);
 
   return (