Shun Miyazawa пре 1 година
родитељ
комит
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 (