Shun Miyazawa 2 năm trước cách đây
mục cha
commit
31a13801bd
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 (