aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-04-12 18:28:54 -0400
committerbob <bcz@cs.brown.edu>2019-04-12 18:28:54 -0400
commit5557c3b87df3119a3e53d2edb4bbdb9ae1deafc4 (patch)
treec2b7e0c37d89f3af7859c65782de3d559ab93bf5 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
parent83f269b77aa23b641c0ec6b09fe5696936fb221b (diff)
fixed brushing
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
index 98ebbf1b3..6b9f4fdfd 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
@@ -315,6 +315,7 @@ export class CollectionFreeFormView extends CollectionSubView {
const blay = this.backgroundView;
const olay = this.overlayView;
+ console.log("tv = " + this.props.Document.Title);
return (
<Measure onResize={(r: any) => runInAction(() => { this._pwidth = r.entry.width; this._pheight = r.entry.height; })}>
{({ measureRef }) => (