소스 검색

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

fix: Fix tooltip behavior
cao 3 년 전
부모
커밋
c7bc7a7a45
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>