fix comments

This commit is contained in:
Dan Percic 2021-04-26 16:24:55 +03:00 committed by Timo Bejan
parent 8233bc6e1a
commit b863acd997

View File

@ -193,6 +193,7 @@ export class AnnotationWrapper {
annotationWrapper.dictionaryOperation = redactionLogEntry.dictionaryEntry;
annotationWrapper.userId = redactionLogEntry.userId;
annotationWrapper.image = redactionLogEntry.image;
annotationWrapper.comments = redactionLogEntry.comments || [];
AnnotationWrapper._createContent(annotationWrapper, redactionLogEntry);
AnnotationWrapper._setSuperType(annotationWrapper, redactionLogEntry);
AnnotationWrapper._handleSkippedState(annotationWrapper, redactionLogEntry);