aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingView.tsx
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-02 11:19:15 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-02 11:19:15 -0500
commit4b6f417b3a582b680edc77e0c7d84aaf2d20b6aa (patch)
treef9db6a4f1e2695d6d8342218c336544c55eadc65 /src/client/views/collections/CollectionStackingView.tsx
parentf0698278717ba0399bca17951ead879107b99980 (diff)
parent1486b398071b3e9d9ac84edc74404ebadb69f67c (diff)
merge w master
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
-rw-r--r--src/client/views/collections/CollectionStackingView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx
index 500d72fdb..54ce39cea 100644
--- a/src/client/views/collections/CollectionStackingView.tsx
+++ b/src/client/views/collections/CollectionStackingView.tsx
@@ -482,7 +482,7 @@ export class CollectionStackingView extends CollectionSubView(StackingDocument)
})}
onDrop={this.onExternalDrop.bind(this)}
onContextMenu={this.onContextMenu}
- onWheel={e => this.props.active() && e.stopPropagation()} >
+ onWheel={e => this.props.active(true) && e.stopPropagation()} >
{this.renderedSections}
{!this.showAddAGroup ? (null) :
<div key={`${this.props.Document[Id]}-addGroup`} className="collectionStackingView-addGroupButton"