Skip to content

Commit

Permalink
fix: remove return statements to fix the issue which you could only g…
Browse files Browse the repository at this point in the history
…et one image

#1548
  • Loading branch information
程懿帆 committed May 26, 2023
1 parent 76cd099 commit 48a672d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion picture.go
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,6 @@ func (f *File) getPicture(row, col int, drawingXML, drawingRelationships string)
pic.Format.AltText = deTwoCellAnchor.Pic.NvPicPr.CNvPr.Descr
pics = append(pics, pic)
}
return
}
}
}
Expand Down

0 comments on commit 48a672d

Please sign in to comment.