diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-09 17:44:14 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-09 17:44:14 -0400 |
| commit | 5c876f2f456f75e9886946f738f07a730688f38a (patch) | |
| tree | 037b1196c329953becd53cf9bf41cc3c091b44f6 /src/client/views/nodes/VideoBox.tsx | |
| parent | 99028f27788740d377fec3504f9370412cd2947d (diff) | |
lint fixes
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
| -rw-r--r-- | src/client/views/nodes/VideoBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index 208b93ba6..9602eac52 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -342,7 +342,7 @@ export class VideoBox extends ViewBoxAnnotatableComponent<FieldViewProps, VideoD docs.forEach(doc => { const curTime = (this.layoutDoc.currentTimecode || -1); curTime !== -1 && (doc.displayTimecode = curTime); - }) + }); return this.addDocument(doc); } |
