diff --git a/app/views/EntryEdit/LeftPane/SimplifiedTextView/index.tsx b/app/views/EntryEdit/LeftPane/SimplifiedTextView/index.tsx index 4c644cd819..cae0fc88c8 100644 --- a/app/views/EntryEdit/LeftPane/SimplifiedTextView/index.tsx +++ b/app/views/EntryEdit/LeftPane/SimplifiedTextView/index.tsx @@ -63,6 +63,7 @@ interface Props { assistedTaggingEnabled: boolean; projectId: string | undefined; frameworkDetails?: Framework; + textZoomValue?: number | undefined; } function SimplifiedTextView(props: Props) { @@ -87,6 +88,7 @@ function SimplifiedTextView(props: Props) { disableDiscardButton, disableAddButton, frameworkDetails, + textZoomValue, } = props; const containerRef = React.useRef(null); @@ -328,7 +330,19 @@ function SimplifiedTextView(props: Props) { disableAddButton && styles.disabled, )} > - {children} +
+ {children} +
{(textFromProps?.length ?? 0) > charactersLoaded && (
+
+ +
+ + + + = 5} + > + + +
+
{(leadPreview?.textExtract?.length ?? 0) > 0 ? ( ) : (