aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTimeView.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2020-01-31 18:30:42 -0500
committerbob <bcz@cs.brown.edu>2020-01-31 18:30:42 -0500
commitd20a21384fc685082955cfbb9deb9c0f1176e7ad (patch)
tree76b0fe775943914674e332bd98eb671ee3175132 /src/client/views/collections/CollectionTimeView.tsx
parent349a4c81c8e8864174c1965039b0046be137c98a (diff)
added multirow collection. cleaned up CollectionTimeview a bit.
Diffstat (limited to 'src/client/views/collections/CollectionTimeView.tsx')
-rw-r--r--src/client/views/collections/CollectionTimeView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTimeView.tsx b/src/client/views/collections/CollectionTimeView.tsx
index dfcf93ef6..19a48d6ef 100644
--- a/src/client/views/collections/CollectionTimeView.tsx
+++ b/src/client/views/collections/CollectionTimeView.tsx
@@ -74,7 +74,7 @@ export class CollectionTimeView extends CollectionSubView(doc => doc) {
}
_canClick = false;
_facetWidthOnDown = 0;
- @observable _facetWidth = 200;
+ @observable _facetWidth = 0;
onPointerDown = (e: React.PointerEvent) => {
this._canClick = true;
this._facetWidthOnDown = e.screenX;