diff options
| author | kimdahey <claire_kim1@brown.edu> | 2021-09-12 12:47:10 -0400 |
|---|---|---|
| committer | kimdahey <claire_kim1@brown.edu> | 2021-09-12 12:47:10 -0400 |
| commit | 23962e5ea718e62c2797bc38c60c4205c5ed198a (patch) | |
| tree | 87fd9ccb007b96eba322766f99c0b68077551aa5 /src/client/views/MarqueeAnnotator.tsx | |
| parent | c23f6604e96e9411b4a4218cdb10a4cc93065568 (diff) | |
updates pres so it works
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 eee365ed8..26e76090a 100644 --- a/src/client/views/MarqueeAnnotator.tsx +++ b/src/client/views/MarqueeAnnotator.tsx @@ -81,7 +81,7 @@ export class MarqueeAnnotator extends React.Component<MarqueeAnnotatorProps> { return annoDoc; }; const targetCreator = (annotationOn: Doc | undefined) => { - const target = CurrentUserUtils.GetNewTextDoc("Note linked to " + this.props.rootDoc.title, 0, 0, 100, 100, undefined, annotationOn); + const target = CurrentUserUtils.GetNewTextDoc("Note linked to " + this.props.rootDoc.title, 0, 0, 100, 100, undefined, annotationOn, undefined, "yellow"); FormattedTextBox.SelectOnLoad = target[Id]; return target; }; |
