diff options
| author | bobzel <zzzman@gmail.com> | 2025-03-31 14:29:57 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-03-31 14:29:57 -0400 |
| commit | f061db01d1936bf3e776b140786ba3bf1c6b71f3 (patch) | |
| tree | c08a40d474fa389e14ae990682956fb1492823ba /src/client/views/DocumentButtonBar.tsx | |
| parent | 63772da2b6f07365023d10c5df93c1e8c4f0b6b6 (diff) | |
moved audio annotation indicator/playback button to TagsView. cleaned up tagsview colors and unobscured by bottom resizer
Diffstat (limited to 'src/client/views/DocumentButtonBar.tsx')
| -rw-r--r-- | src/client/views/DocumentButtonBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/DocumentButtonBar.tsx b/src/client/views/DocumentButtonBar.tsx index b17dbc93d..9a57a5e6c 100644 --- a/src/client/views/DocumentButtonBar.tsx +++ b/src/client/views/DocumentButtonBar.tsx @@ -358,7 +358,7 @@ export class DocumentButtonBar extends ObservableReactComponent<{ views: () => ( view => view && DictationManager.recordAudioAnnotation( - view.dataDoc, + view.Document, view.LayoutFieldKey, stopFunc => { this._stopFunc = stopFunc; |
