Ver Fonte

Fix tooltip behavior

https://youtrack.weseek.co.jp/issue/GW-7847
- Disable fade transition of UncontrolledTooltip
Mudana-Grune há 3 anos atrás
pai
commit
08ac0f3e42
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      packages/app/src/components/Sidebar/Bookmarks.tsx

+ 1 - 0
packages/app/src/components/Sidebar/Bookmarks.tsx

@@ -51,6 +51,7 @@ const BookmarksItem = (props: Props) => {
             autohide={false}
             autohide={false}
             placement="right"
             placement="right"
             target={bookmarkItemId}
             target={bookmarkItemId}
+            fade={false}
           >
           >
             { formerPagePath || '/' }
             { formerPagePath || '/' }
           </UncontrolledTooltip>
           </UncontrolledTooltip>