aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSubView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-03 14:25:38 -0500
committerbobzel <zzzman@gmail.com>2021-03-03 14:25:38 -0500
commit0bf64d5c4bfc62203fa0a024f994a32e23b0effd (patch)
treeda465e4c76ca15f40693b02b49e4ef6d20107ab5 /src/client/views/collections/CollectionSubView.tsx
parentc38c7966539cc97e98dd2f836420ca8863bd35fb (diff)
trying out a forked branch of equation editor. cleaned up warnings.
Diffstat (limited to 'src/client/views/collections/CollectionSubView.tsx')
-rw-r--r--src/client/views/collections/CollectionSubView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx
index 639650b94..e5c835f39 100644
--- a/src/client/views/collections/CollectionSubView.tsx
+++ b/src/client/views/collections/CollectionSubView.tsx
@@ -230,7 +230,7 @@ export function CollectionSubView<T, X>(schemaCtor: (doc: Doc) => T, moreProps?:
const dropped = dropCreator(this.props.isAnnotationOverlay ? this.rootDoc : undefined);
this.addDocument(dropped);
return dropped;
- }
+ };
return true;
}
return false;