diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-10-22 19:15:29 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-10-22 19:15:29 -0400 |
commit | 171e5a1716e4a2f981e647ae26f8ddd0e2332693 (patch) | |
tree | bc34b9a6404e64164b216aeb9d05d7b309a6abba /src/client/documents/Documents.ts | |
parent | c40f8fdc33bac66e943bdc066520f942648f02e4 (diff) |
playback highlights from audio
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index fd2009dd6..316efe44c 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -336,7 +336,7 @@ export namespace Docs { AudioBox.ActiveRecordings.map(d => { DocUtils.MakeLink({ doc: viewDoc }, { doc: d }, "audio link", "link to audio: " + d.title); - }) + }); return Doc.assign(viewDoc, delegateProps); } |