Mudana-Grune 3 лет назад
Родитель
Сommit
3d90a2334f
1 измененных файлов с 0 добавлено и 6 удалено
  1. 0 6
      packages/app/src/components/Fab.tsx

+ 0 - 6
packages/app/src/components/Fab.tsx

@@ -35,12 +35,6 @@ export const Fab = (): JSX.Element => {
   // Get sticky status
   // Get sticky status
   const isSticky = useSticky('#grw-fav-sticky-trigger');
   const isSticky = useSticky('#grw-fav-sticky-trigger');
 
 
-  /**
-   * After the fade animation is finished, fix the button display status.
-   * Prevents the fade animation occurred each time by button components rendered.
-   * Check Fab.module.scss for fade animation time.
-   */
-
   // check if isSticky is already initialized then save it in isStickyApplied state
   // check if isSticky is already initialized then save it in isStickyApplied state
   useEffect(() => {
   useEffect(() => {
     if (isSticky) {
     if (isSticky) {