瀏覽代碼

Fix #434, add missing comments

xuri 6 年之前
父節點
當前提交
74c6112658
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      comment.go

+ 3 - 0
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
 				}