summaryrefslogtreecommitdiff
path: root/comment.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-08-17 10:59:52 +0800
committerGitHub <noreply@github.com>2022-08-17 10:59:52 +0800
commitd1e76fc432ac5c9bde99591ec5e88e46b62d9c3d (patch)
tree8e5c13bff106593ecd5dbabbd0a4fae4fefe901e /comment.go
parent551fb8a9e4b03fe718a339e75aeacc8b5581378a (diff)
This closes #1319, fix calculate error for formula with negative symbol
- Update unit test and comment for the functions
Diffstat (limited to 'comment.go')
-rw-r--r--comment.go2
1 files changed, 1 insertions, 1 deletions
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 {