RED-5773: Fixed OCR resize suggestion not being visible.
This commit is contained in:
parent
7c90cdce0d
commit
6341dc2d22
@ -149,7 +149,7 @@ export class AnnotationDrawService {
|
|||||||
annotation.Hidden =
|
annotation.Hidden =
|
||||||
annotationWrapper.isChangeLogRemoved ||
|
annotationWrapper.isChangeLogRemoved ||
|
||||||
(hideSkipped && annotationWrapper.isSkipped) ||
|
(hideSkipped && annotationWrapper.isSkipped) ||
|
||||||
annotationWrapper.isOCR ||
|
(annotationWrapper.isOCR && !annotationWrapper.isSuggestionResize) ||
|
||||||
this._annotationManager.isHidden(annotationWrapper.annotationId);
|
this._annotationManager.isHidden(annotationWrapper.annotationId);
|
||||||
annotation.setCustomData('redact-manager', 'true');
|
annotation.setCustomData('redact-manager', 'true');
|
||||||
annotation.setCustomData('redaction', String(annotationWrapper.previewAnnotation));
|
annotation.setCustomData('redaction', String(annotationWrapper.previewAnnotation));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user