aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-05-01 22:38:49 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-05-01 22:38:49 -0400
commit6d52cfb2a7b2b575f448e7d7c3f02a97afa0027b (patch)
treebea0a95141cd48163be8bc88aa47e511495b0255 /src/client/views/collections/CollectionSchemaView.tsx
parent797b54c849d7c4691c470ac73da2bf468c68c4b0 (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.tsx2
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">