aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingView.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-07-30 01:31:32 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-07-30 01:31:32 -0400
commit31685e36d1f7e6a95fd5d65c55562f51bfe723e1 (patch)
tree0256879646b306dfca8f209ee44de4fe01f82025 /src/client/views/collections/CollectionStackingView.tsx
parentb10f96c6a8b3187707b6d7356e7b0fea9b8b6e72 (diff)
fixed leftsidebar menu buttons
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
-rw-r--r--src/client/views/collections/CollectionStackingView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx
index dd4c34885..fe8f1f322 100644
--- a/src/client/views/collections/CollectionStackingView.tsx
+++ b/src/client/views/collections/CollectionStackingView.tsx
@@ -227,6 +227,7 @@ export class CollectionStackingView extends CollectionSubView(StackingDocument)
addDocTab={this.addDocTab}
bringToFront={returnFalse}
ContentScaling={returnOne}
+ scriptContext={this.props.scriptContext}
pinToPres={this.props.pinToPres}
/>;
}