瀏覽代碼

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>