diff options
author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-29 23:18:10 -0500 |
---|---|---|
committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-29 23:18:10 -0500 |
commit | 87d62f76f0ee26a17779c099ef43aba3f347cb03 (patch) | |
tree | 2ae6c4929c473ed23a0088e4e6b02fba424bcf3f /src/client/views/collections/CollectionStackingView.tsx | |
parent | 4224ebd13aec9e01f1fe73c935c40adb089dbc69 (diff) | |
parent | c25e942ea7b015ef163ebb772c268479cc976234 (diff) |
merge
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index dd4c34885..0332b4bf2 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -208,7 +208,7 @@ export class CollectionStackingView extends CollectionSubView(StackingDocument) NativeHeight={returnZero} NativeWidth={returnZero} fitToBox={false} - dontRegisterView={this.props.dontRegisterView} + dontRegisterView={BoolCast(this.layoutDoc.dontRegisterChildViews, this.props.dontRegisterView)} rootSelected={this.rootSelected} dropAction={StrCast(this.layoutDoc.childDropAction) as dropActionType} onClick={this.onChildClickHandler} |