diff options
| author | tschicke-brown <tyler_schicke@brown.edu> | 2019-04-08 21:26:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-08 21:26:48 -0400 |
| commit | a2135bcc0a995378aad0e71ade832a4d526a37f0 (patch) | |
| tree | 9edabab547aa21dad429f2e6450c110793e3fcbc /src/client/views/collections/CollectionDockingView.tsx | |
| parent | a63a3f912f8857963cd5cc14cf1e73f645eb3477 (diff) | |
| parent | 4dd5460cfafc33df30bcccc0145af17f81fe5d3e (diff) | |
Merge pull request #82 from browngraphicslab/undo-expansion
Undo expansion
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index 921ee4591..d453bfef3 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -226,6 +226,7 @@ export class CollectionDockingView extends React.Component<SubCollectionViewProp itemDropped = () => { this.stateChanged(); } + tabCreated = (tab: any) => { if (tab.hasOwnProperty("contentItem") && tab.contentItem.config.type != "stack") { if (tab.titleElement[0].textContent.indexOf("-waiting") != -1) { |
