aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingView.tsx
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-30 09:56:35 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-30 09:56:35 -0500
commitd6aaa436f3f733166c48a1fa38ca6946f30f0bd7 (patch)
treef4bb0235d22e7b8dd790e99a0d3c1ada12e7b0ac /src/client/views/collections/CollectionStackingView.tsx
parentabb2140eb098b29e7b42b54d8e3173149c8a1123 (diff)
parent8b963a68f3e14046679bb2037f0970b017ddcb05 (diff)
merge
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 0332b4bf2..500d72fdb 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}
/>;
}