diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-05-01 22:38:49 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-05-01 22:38:49 -0400 |
| commit | 6d52cfb2a7b2b575f448e7d7c3f02a97afa0027b (patch) | |
| tree | bea0a95141cd48163be8bc88aa47e511495b0255 /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | 797b54c849d7c4691c470ac73da2bf468c68c4b0 (diff) | |
fixed drag drop making source documents disappear. improved TreeView collapsing. Chnaged schemaView options placement
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index 1f26941c2..67784fa81 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -295,7 +295,7 @@ export class CollectionSchemaView extends CollectionSubView(doc => doc) { get tableOptionsPanel() { return !this.props.active() ? (null) : (<Flyout - anchorPoint={anchorPoints.LEFT_TOP} + anchorPoint={anchorPoints.RIGHT_TOP} content={<div> <div id="schema-options-header"><h5><b>Options</b></h5></div> <div id="options-flyout-div"> |
