diff options
| author | bob <bcz@cs.brown.edu> | 2019-07-12 14:01:06 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-07-12 14:01:06 -0400 |
| commit | cd45e413983683204a1f244825061fecc20baeae (patch) | |
| tree | 2a1d81ce77d8ef00d0b2d477c1edbb88e5f7dd64 /src/client/views/collections/CollectionDockingView.tsx | |
| parent | d7f84cf69a34d7f176d72452311183303a489eca (diff) | |
| parent | dcc7deb0750b65411ea28079303462f56548fe85 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index 1a7ccffa5..e5cee188f 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -430,7 +430,7 @@ export class CollectionDockingView extends React.Component<SubCollectionViewProp stack.header.element[0].style.backgroundColor = DocServer.Control.isReadOnly() ? "#228540" : undefined; stack.header.element.on('mousedown', (e: any) => { if (e.target === stack.header.element[0] && e.button === 1) { - this.AddTab(stack, Docs.FreeformDocument([], { width: this.props.PanelWidth(), height: this.props.PanelHeight(), title: "Untitled Collection" }), undefined); + this.AddTab(stack, Docs.Create.FreeformDocument([], { width: this.props.PanelWidth(), height: this.props.PanelHeight(), title: "Untitled Collection" }), undefined); } }); stack.header.controlsContainer.find('.lm_close') //get the close icon |
