Skip to content

Commit

Permalink
fix: 🐛 download item
Browse files Browse the repository at this point in the history
  • Loading branch information
caorushizi committed Jun 8, 2024
1 parent dc9bb15 commit 024a05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderer/src/nodes/SourceExtract/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ const SourceExtract: React.FC<SourceExtractProps> = ({ page = false }) => {
image: string
) => {
// FIXME: 选择
setCurrentDownloadForm(data[0]);
setCurrentDownloadForm(data[data.length - 1]);

setPlaceHolder(image);
setModalShow(true);
Expand Down

0 comments on commit 024a05d

Please sign in to comment.