diff options
| author | bobzel <zzzman@gmail.com> | 2020-10-20 18:53:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-20 18:53:28 -0400 |
| commit | 25a9fec803aa5877cae23a420b5f839e0b278649 (patch) | |
| tree | e95da53db9cfe2a1b9e90a7d238401dfbf39e7ea /src/client/views/collections/TabDocView.tsx | |
| parent | 047779e1dde284098ca211d8b4bc5c44f2b68b75 (diff) | |
| parent | 0519f80d3da933a6e86fd1dc0e214e8d391ea922 (diff) | |
Merge pull request #891 from browngraphicslab/presentation_v1
Presentation v1
Diffstat (limited to 'src/client/views/collections/TabDocView.tsx')
| -rw-r--r-- | src/client/views/collections/TabDocView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx index cd84d2d78..9e25bb607 100644 --- a/src/client/views/collections/TabDocView.tsx +++ b/src/client/views/collections/TabDocView.tsx @@ -144,7 +144,7 @@ export class TabDocView extends React.Component<TabDocViewProps> { if (!curPresDocView) { CollectionDockingView.AddSplit(curPres, "right"); } - DocumentManager.Instance.jumpToDocument(doc, false, undefined, Cast(doc.context, Doc, null)); + DocumentManager.Instance.jumpToDocument(doc, false, undefined); } } |
