diff options
author | bobzel <zzzman@gmail.com> | 2021-03-26 13:22:13 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-03-26 13:22:13 -0400 |
commit | 36028677c61be7ab5937e864e881fa91a3b82d8c (patch) | |
tree | 63e51ff8283cf269d491bd277b8d403a3ff59474 /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | 7878bc22a6dec8bff17f38aa3ffad897babb9e16 (diff) |
extracted AudioWaveform out of AudioBox in order to use in CollectionStackedTimelineView to share between audioBox and videoBox.
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index aaf3a938e..abfc63b40 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -1153,7 +1153,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<(FieldViewProp setTimeout(func); } else docView.ComponentView?.playFrom?.(timecode, Cast(anchor.timecodeToHide, "number", null)); // bcz: would be nice to find the next audio tag in the doc and play until that - } + }; func(); } }); |