Browse Source

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

fix: Fix tooltip behavior
cao 3 năm trước cách đây
mục cha
commit
c7bc7a7a45
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>