summaryrefslogtreecommitdiff
path: root/comment.go
diff options
context:
space:
mode:
Diffstat (limited to 'comment.go')
-rw-r--r--comment.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/comment.go b/comment.go
index af70820..bc6fa27 100644
--- a/comment.go
+++ b/comment.go
@@ -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
}