Browse Source

add comment

jam411 3 years ago
parent
commit
e11cb871ae

+ 1 - 1
packages/app/src/components/Fab.module.scss

@@ -3,7 +3,7 @@
   // https://stackoverflow.com/a/57667536
   .fadeInUp {
     & :local {
-      animation: fab-fadeinup 1s ease 0s;
+      animation: fab-fadeinup 0.5s ease 0s;
     }
   }
   .fadeOut {

+ 4 - 0
packages/app/src/components/Layout/BasicLayout.tsx

@@ -60,6 +60,10 @@ export const BasicLayout = ({
       <PageAccessoriesModal />
       {/* <HotkeysManager /> */}
 
+      {/*
+      * Comment out to prevent err >>> TypeError: Cannot read properties of null (reading 'bottom')
+      * This err occurs when moving to "grw-fav-sticky-trigger" pages.
+      */ }
       {/* <Fab /> */}
 
       <ShortcutsModal />