aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionFreeFormView.tsx
diff options
context:
space:
mode:
authorMonika Hedman <monika_hedman@brown.edu>2019-03-02 17:23:37 -0500
committerMonika Hedman <monika_hedman@brown.edu>2019-03-02 17:23:37 -0500
commitea688991fea204d7b97c6c4f23b4ecd81189f2b0 (patch)
tree3dfb64839434e53f92979aeb113adab48b0f4e50 /src/client/views/collections/CollectionFreeFormView.tsx
parente058c3261b63530f30998ad61e6fb023fcc480af (diff)
nav cleaning
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.tsx')
-rw-r--r--src/client/views/collections/CollectionFreeFormView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.tsx b/src/client/views/collections/CollectionFreeFormView.tsx
index 1b39dcae5..c81da5a57 100644
--- a/src/client/views/collections/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/CollectionFreeFormView.tsx
@@ -35,7 +35,6 @@ export class CollectionFreeFormView extends CollectionViewBase {
private _downX: number = 0;
@observable
private _downY: number = 0;
- private _borderColor: string = "red"
//determines whether the blinking cursor for indicating whether a text will be made on key down is visible
@observable