diff options
| author | bobzel <zzzman@gmail.com> | 2023-04-27 09:10:36 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-04-27 09:10:36 -0400 |
| commit | 7342eb81f241ce0b2a5a33ddfb0c865eab6a492f (patch) | |
| tree | 933f5c55dd043f5869771a87df1082614c1e6d5f /src/client/views/collections/TabDocView.tsx | |
| parent | d9cb66b5368a1d7d90b1874f928cf69ab62d976d (diff) | |
added proper scaling of multi-selections and groups. fixed pinViewport to work again.
Diffstat (limited to 'src/client/views/collections/TabDocView.tsx')
| -rw-r--r-- | src/client/views/collections/TabDocView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx index 4bbc3bb44..45604c1bf 100644 --- a/src/client/views/collections/TabDocView.tsx +++ b/src/client/views/collections/TabDocView.tsx @@ -266,6 +266,7 @@ export class TabDocView extends React.Component<TabDocViewProps> { pinDoc.treeViewHideHeaderIfTemplate = true; // this will force the document to render itself as the tree view header const duration = NumCast(doc[`${Doc.LayoutFieldKey(pinDoc)}-duration`], null); + if (pinProps.pinViewport) PresBox.pinDocView(pinDoc, pinProps, anchorDoc ?? doc); if (!pinProps?.audioRange && duration !== undefined) { pinDoc.mediaStart = 'manual'; pinDoc.mediaStop = 'manual'; |
