Skip to content

Commit

Permalink
Fix #434, add missing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xuri authored Jul 15, 2019
1 parent 363a057 commit 74c6112
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions comment.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ func (f *File) GetComments() (comments map[string][]Comment) {
}
sheetComment.Ref = comment.Ref
sheetComment.AuthorID = comment.AuthorID
if comment.Text.T != nil {
sheetComment.Text += *comment.Text.T
}
for _, text := range comment.Text.R {
sheetComment.Text += text.T
}
Expand Down

0 comments on commit 74c6112

Please sign in to comment.