diff options
| author | Stanley Yip <33562077+yipstanley@users.noreply.github.com> | 2020-01-20 17:30:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-20 17:30:37 -0500 |
| commit | 65c0769d420841765cb9545a4c99213c4433e7af (patch) | |
| tree | cec7e1ea69596513c373c2245610b5e4a679da56 /src/client/views/collections/CollectionDockingView.tsx | |
| parent | cc2cbf44ba5c30a70bad2ffd7a57d2c6d17d0e4e (diff) | |
| parent | 758d960b4251672c9615b0bf53ea992065ca524b (diff) | |
Merge pull request #331 from browngraphicslab/pen
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 // |
