diff options
| author | bobzel <zzzman@gmail.com> | 2023-04-17 15:18:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-17 15:18:05 -0400 |
| commit | 57983d95ceeb364e3e0a282daea13035114ddb3f (patch) | |
| tree | e85522f4205899a375d00175c780d0bd8f4380b9 /src/client/views/MarqueeAnnotator.tsx | |
| parent | 8619a61dd33cdbfa1b8fe3e762306bbf52dbcbad (diff) | |
| parent | c2d3e35ff0ce5200776f31bc5030dc3041d19371 (diff) | |
Merge pull request #166 from brown-dash/pres-trail-sophie
Generative AI Text/Image
Diffstat (limited to 'src/client/views/MarqueeAnnotator.tsx')
| -rw-r--r-- | src/client/views/MarqueeAnnotator.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MarqueeAnnotator.tsx b/src/client/views/MarqueeAnnotator.tsx index ede387927..8fd2b87cc 100644 --- a/src/client/views/MarqueeAnnotator.tsx +++ b/src/client/views/MarqueeAnnotator.tsx @@ -206,7 +206,7 @@ export class MarqueeAnnotator extends React.Component<MarqueeAnnotatorProps> { return textRegionAnno; }; @action - highlight = (color: string, isLinkButton: boolean, savedAnnotations?: ObservableMap<number, HTMLDivElement[]>, addAsAnnotation?: boolean) => { + highlight = (color: string, isLinkButton: boolean, savedAnnotations?: ObservableMap<number, HTMLDivElement[]>, addAsAnnotation?: boolean, summarize?: boolean) => { // creates annotation documents for current highlights const effectiveAcl = GetEffectiveAcl(this.props.rootDoc[DataSym]); const annotationDoc = [AclAugment, AclSelfEdit, AclEdit, AclAdmin].includes(effectiveAcl) && this.makeAnnotationDocument(color, isLinkButton, savedAnnotations); |
