diff options
| author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2021-09-13 13:52:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 13:52:15 -0400 |
| commit | e4c35687663dc61f03493dc3109b5dcbd6795a4b (patch) | |
| tree | 40702492d39e80bff9847eaffdd4f8a0151a9198 /src/client/views/MarqueeAnnotator.tsx | |
| parent | 8e5357cd2ebfaad88c82ffde2415426fa9d130c0 (diff) | |
| parent | 6352c67a2eb361efad6a3dea81c9558d93bfc490 (diff) | |
Merge pull request #39 from brown-dash/menu_updates_geireann
Menu updates geireann
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; }; |
