diff options
| author | bobzel <zzzman@gmail.com> | 2024-10-09 13:28:02 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-10-09 13:28:02 -0400 |
| commit | 9d629f60f90628478f46b219f7ad8a9093972ae3 (patch) | |
| tree | d9f80ba4aba98cfb9e6ffa75cd618ba7cd93c216 /src/client/views/nodes/VideoBox.tsx | |
| parent | 01db98ebdd02729729222bdd20ab65b57cbbe94c (diff) | |
| parent | 9c80914b41b1b964938370c7a0db8a643b6af23f (diff) | |
Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into alyssa-starter
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
| -rw-r--r-- | src/client/views/nodes/VideoBox.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index d653b27d7..de51f6447 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -879,7 +879,6 @@ export class VideoBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { ref={action((r: CollectionStackedTimeline) => { this._stackedTimeline = r; })} - // eslint-disable-next-line react/jsx-props-no-spreading {...this._props} dataFieldKey={this.fieldKey} fieldKey={this.annotationKey} @@ -990,7 +989,6 @@ export class VideoBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { left: (this._props.PanelWidth() - this.panelWidth()) / 2, }}> <CollectionFreeFormView - // eslint-disable-next-line react/jsx-props-no-spreading {...this._props} ref={this._ffref} setContentViewBox={emptyFunction} |
