browser: add author data to calc comment
The recent changes in LO Core, when edit a comment in Calc the author data is not preserved. Change-Id: I4f26ef2044d28bf55ff6a00a2e585ece79c6eb9b Signed-off-by: Henry Castro <hcastro@collabora.com>
This commit is contained in:
parent
92a7495b4f
commit
aed7a68ec0
1 changed files with 4 additions and 0 deletions
|
@ -529,6 +529,10 @@ export class CommentSection extends CanvasSectionObject {
|
|||
type: 'string',
|
||||
value: annotation.sectionProperties.data.id
|
||||
},
|
||||
Author: {
|
||||
type: 'string',
|
||||
value: annotation.sectionProperties.data.author
|
||||
},
|
||||
Text: {
|
||||
type: 'string',
|
||||
value: annotation.sectionProperties.data.text
|
||||
|
|
Loading…
Reference in a new issue