diff options
| author | Monika Hedman <monika_hedman@brown.edu> | 2019-02-13 20:57:12 -0500 |
|---|---|---|
| committer | Monika Hedman <monika_hedman@brown.edu> | 2019-02-13 20:57:12 -0500 |
| commit | 1e8240e9ca1c2e2ff0e02ffb8b43be8dcbba9d14 (patch) | |
| tree | 2582d27c6f0fac6e7c919e84d29f6dcbb58f1050 /src/client/views/collections/CollectionFreeFormView.tsx | |
| parent | e6ac9cd0a870f857822929f0efe28f5aeb50711a (diff) | |
nav working
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionFreeFormView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.tsx b/src/client/views/collections/CollectionFreeFormView.tsx index 7947b1c51..d60b98edd 100644 --- a/src/client/views/collections/CollectionFreeFormView.tsx +++ b/src/client/views/collections/CollectionFreeFormView.tsx @@ -25,6 +25,7 @@ export class CollectionFreeFormView extends CollectionViewBase { private _lastY: number = 0; private _downX: number = 0; private _downY: number = 0; + private _borderColor: string = "red" constructor(props: CollectionViewProps) { super(props); |
