diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2021-08-21 12:32:11 -0400 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2021-08-21 12:32:11 -0400 |
| commit | 3275fa5b5cfb9cc3837acdbb44d292ca85e26591 (patch) | |
| tree | 214df894d444e3c5c772341f3aee5408c0ce738b /src/client/views/nodes/ScreenshotBox.tsx | |
| parent | 77e9b7ff8d7c5d729b04e37ea847f1df8fa7fb9a (diff) | |
| parent | 3051d9a16dff8efbf4d32465812093cae7508c74 (diff) | |
Merge branch 'master' into menu_updates_geireann
Diffstat (limited to 'src/client/views/nodes/ScreenshotBox.tsx')
| -rw-r--r-- | src/client/views/nodes/ScreenshotBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ScreenshotBox.tsx b/src/client/views/nodes/ScreenshotBox.tsx index 68ab3193b..f0db0b594 100644 --- a/src/client/views/nodes/ScreenshotBox.tsx +++ b/src/client/views/nodes/ScreenshotBox.tsx @@ -265,7 +265,7 @@ export class ScreenshotBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatabl CaptureManager.Instance.open(this.rootDoc); } - }; + } setupDictation = () => { if (this.dataDoc[this.fieldKey + "-dictation"]) return; |
