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:
Henry Castro 2023-03-01 16:05:55 -04:00 committed by pedropintosilva
parent 92a7495b4f
commit aed7a68ec0

View file

@ -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