From 73bff98b9476df0ecc91af548d80b30f56967a8d Mon Sep 17 00:00:00 2001 From: bob Date: Thu, 31 Jan 2019 13:19:39 -0500 Subject: working? --- src/views/nodes/DocumentView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/views/nodes') diff --git a/src/views/nodes/DocumentView.tsx b/src/views/nodes/DocumentView.tsx index 7e2635438..5e72db492 100644 --- a/src/views/nodes/DocumentView.tsx +++ b/src/views/nodes/DocumentView.tsx @@ -312,7 +312,7 @@ export class DocumentView extends React.Component { render() { - var freestyling = this.props.ContainingCollectionView === undefined || this.props.ContainingCollectionView instanceof CollectionFreeFormView; + var freestyling = this.props.ContainingCollectionView instanceof CollectionFreeFormView; return (