Skip to content

Commit

Permalink
fix: incorrect search results link (close AlistGo/alist#5900)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Feb 7, 2024
1 parent 045ce1d commit f2efdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/folder/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const SearchResult = (props: { node: SearchNode; keywords: string }) => {
px="$2"
as={LinkWithBase}
href={`${props.node.path}?from=search`}
encode
// encode
onMouseEnter={() => {
setPathAs(props.node.path, props.node.is_dir)
}}
Expand Down

0 comments on commit f2efdac

Please sign in to comment.