diff options
author | bob <bcz@cs.brown.edu> | 2020-01-31 18:30:42 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-01-31 18:30:42 -0500 |
commit | d20a21384fc685082955cfbb9deb9c0f1176e7ad (patch) | |
tree | 76b0fe775943914674e332bd98eb671ee3175132 /src/client/views/collections/CollectionTimeView.tsx | |
parent | 349a4c81c8e8864174c1965039b0046be137c98a (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.tsx | 2 |
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; |