diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-04 18:59:58 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-04 18:59:58 -0500 |
| commit | 5ff28653b90dde7b97b757794bc1f4ae5ee0f6c4 (patch) | |
| tree | 54de664bbc6dbafae38ed0b298586189b20c004e /src/client/views/collections/CollectionCarouselView.tsx | |
| parent | 6f43b2643b117748c6b9896f40b581eeec1ffe06 (diff) | |
small carousel/tree fixes.
Diffstat (limited to 'src/client/views/collections/CollectionCarouselView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionCarouselView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionCarouselView.tsx b/src/client/views/collections/CollectionCarouselView.tsx index 0933d5924..e30d08592 100644 --- a/src/client/views/collections/CollectionCarouselView.tsx +++ b/src/client/views/collections/CollectionCarouselView.tsx @@ -74,7 +74,7 @@ export class CollectionCarouselView extends CollectionSubView(CarouselDocument) </>; } render() { - return <div className="collectionCarouselView-outer"> + return <div className="collectionCarouselView-outer" ref={this.createDashEventsTarget}> {this.content} {this.buttons} </div>; |
