diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-12 22:44:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-12 22:44:02 -0400 |
| commit | 2d3f72210df626f099379f2f2c6e47fb1d415d82 (patch) | |
| tree | a73be52ee7e82fb3b9c18c4935e423c843917e4f /src/client/views/collections/CollectionDockingView.tsx | |
| parent | 575ed4504f8bd5da42d209bcc313a4fc766247e3 (diff) | |
| parent | 80269d9af07ff78aa8ecdbaa586d932ce8cc15f1 (diff) | |
Merge pull request #579 from browngraphicslab/presentation_updates
Presentation updates
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index 22bb6e59a..998e41bd2 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -727,9 +727,11 @@ export class DockedFrameRenderer extends React.Component<DockedFrameProps> { pinDoc.presZoomButton = true; pinDoc.context = curPres; Doc.AddDocToList(curPres, "data", pinDoc); + if (curPres.expandBoolean) pinDoc.presExpandInlineButton = true; if (!DocumentManager.Instance.getDocumentView(curPres)) { CollectionDockingView.AddRightSplit(curPres); } + DocumentManager.Instance.jumpToDocument(doc, false, undefined, Cast(doc.context, Doc, null)); } } } |
