diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-01-20 17:28:41 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-01-20 17:28:41 -0500 |
| commit | 758d960b4251672c9615b0bf53ea992065ca524b (patch) | |
| tree | 33ac84ff489a48bce69fbe1c9d228fad6ed70805 /src/client/views/collections/CollectionDockingView.tsx | |
| parent | 42d82210f3bbfce5d79c9fe93889ddfe8944d5be (diff) | |
| parent | bd1282ff8609c46c4ce813cdea7b3dcdc04f59d1 (diff) | |
Merge branch 'claire_settings' of https://github.com/browngraphicslab/Dash-Web into pen
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index 022eccc13..5f9b4e0c7 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -174,7 +174,7 @@ export class CollectionDockingView extends React.Component<SubCollectionViewProp } // - // Creates a vertical split on the right side of the docking view, and then adds the Document to that split + // Creates a vertical split on the right side of the docking view, and then adds the Document to the right of that split // @undoBatch @action @@ -207,6 +207,7 @@ export class CollectionDockingView extends React.Component<SubCollectionViewProp instance.layoutChanged(); return true; } + // // Creates a vertical split on the right side of the docking view, and then adds the Document to that split // |
