From d1e76fc432ac5c9bde99591ec5e88e46b62d9c3d Mon Sep 17 00:00:00 2001 From: xuri Date: Wed, 17 Aug 2022 10:59:52 +0800 Subject: This closes #1319, fix calculate error for formula with negative symbol - Update unit test and comment for the functions --- comment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comment.go') diff --git a/comment.go b/comment.go index 0794986..82d1f88 100644 --- a/comment.go +++ b/comment.go @@ -177,7 +177,7 @@ func (f *File) addDrawingVML(commentID int, drawingVML, cell string, lineCount, }, }, } - // load exist comment shapes from xl/drawings/vmlDrawing%d.vml (only once) + // load exist comment shapes from xl/drawings/vmlDrawing%d.vml d := f.decodeVMLDrawingReader(drawingVML) if d != nil { for _, v := range d.Shape { -- cgit v1.2.1