diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-27 13:22:01 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-27 13:22:01 -0500 |
| commit | f43f47662293ddb2cd4d2eb217bc4f01b6d22826 (patch) | |
| tree | 490038f886cf644b088f0f7308103e17ad21c3a7 /src/client/views/collections | |
| parent | 31faf2b0683fc15c040d47425f931531c0d8a0f8 (diff) | |
animated expansion of video box timeline.
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/CollectionStackedTimeline.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackedTimeline.tsx b/src/client/views/collections/CollectionStackedTimeline.tsx index 54cc86523..4b14c3508 100644 --- a/src/client/views/collections/CollectionStackedTimeline.tsx +++ b/src/client/views/collections/CollectionStackedTimeline.tsx @@ -292,7 +292,7 @@ export class CollectionStackedTimeline extends CollectionSubView<PanZoomDocument onClick={script} onDoubleClick={this.props.Document.autoPlay ? undefined : doublescript} ignoreAutoHeight={false} - hideDecorations={true} + hideResizeHandles={true} bringToFront={emptyFunction} scriptContext={this} /> }; |
