reiji-h 2 سال پیش
والد
کامیت
3aee53b431
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/app/src/components/PageHeader/PagePathHeader.tsx

+ 1 - 1
apps/app/src/components/PageHeader/PagePathHeader.tsx

@@ -76,7 +76,7 @@ export const PagePathHeader: FC<Props> = memo((props: Props) => {
   }, [parentPagePath]);
 
   // TODO: https://redmine.weseek.co.jp/issues/141062
-  // Truncate left side
+  // Truncate left side and don't use getElementById
   //
   // useEffect(() => {
   //   const areaElem = document.getElementById('grw-page-path-header-container');