From 68d18976359434c46cc9bde3df6fbe708021761e Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Sun, 5 May 2019 15:10:18 -0400 Subject: fixed problem with annotations being added to view document instead of proto. added keyvalue indication for fields that only exist on prootype --- src/client/views/collections/CollectionSchemaView.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/views/collections/CollectionSchemaView.tsx') diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index 67784fa81..4fee9db85 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -268,6 +268,7 @@ export class CollectionSchemaView extends CollectionSubView(doc => doc) { focus={emptyFunction} parentActive={this.props.active} whenActiveChanged={this.props.whenActiveChanged} + bringToFront={emptyFunction} />