Explorar o código

Merge pull request #6361 from weseek/fix/gw7847-fix-tooltip-behavior

fix: Fix tooltip behavior
cao %!s(int64=3) %!d(string=hai) anos
pai
achega
c7bc7a7a45
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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}
             placement="right"
             target={bookmarkItemId}
+            fade={false}
           >
             { formerPagePath || '/' }
           </UncontrolledTooltip>