diff options
| author | bob <bcz@cs.brown.edu> | 2019-01-30 17:36:30 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-01-30 17:36:30 -0500 |
| commit | 0493f7f18a3eb49d0443f1742d53bb214bf9dd70 (patch) | |
| tree | e13aa17f0b93a7e75ce02ea35fbe960a576f2d7d /src/views/collections/CollectionFreeFormView.tsx | |
| parent | f9d241406c62b6aba1a84b5947d339c1a4c28a6d (diff) | |
drag drop fixes for docking
Diffstat (limited to 'src/views/collections/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/views/collections/CollectionFreeFormView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/collections/CollectionFreeFormView.tsx b/src/views/collections/CollectionFreeFormView.tsx index 58e694698..b118f7ac8 100644 --- a/src/views/collections/CollectionFreeFormView.tsx +++ b/src/views/collections/CollectionFreeFormView.tsx @@ -181,6 +181,7 @@ export class CollectionFreeFormView extends React.Component<CollectionViewProps> const panx: number = Document.GetFieldValue(KeyStore.PanX, NumberField, Number(0)); const pany: number = Document.GetFieldValue(KeyStore.PanY, NumberField, Number(0)); const currScale: number = Document.GetFieldValue(KeyStore.Scale, NumberField, Number(1)); + console.log("DocsR " + value.length); return ( <div className="border" style={{ borderStyle: "solid", |
