Skip to content

Commit

Permalink
feat: 点击存储路径直接跳转至目录内 (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangweb authored Sep 29, 2024
1 parent c346e82 commit fe8fe05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Backup/components/SavePath/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const SavePath: FC<{ state: State }> = (props) => {
return (
<span
className="hover:color-primary cursor-pointer break-all transition"
onMouseDown={() => previewPath(path)}
onMouseDown={() => previewPath(path, false)}
>
{joinPath(path)}
</span>
Expand Down

0 comments on commit fe8fe05

Please sign in to comment.