diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-30 23:29:49 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-30 23:29:49 +0530 |
commit | b3762dd0626712b9801fc8751ceb8bafc1229b16 (patch) | |
tree | e56ed4cb5b4165f9a5d83289f1f8627557fd71b5 /src/client/views/collections/CollectionStackingView.tsx | |
parent | a61c116e9028c2778b5c48cd596f9cb00d80d0f6 (diff) | |
parent | d6aaa436f3f733166c48a1fa38ca6946f30f0bd7 (diff) |
Merge branch 'menu_restructure' of https://github.com/browngraphicslab/Dash-Web into menu_restructure
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 fe8f1f322..500d72fdb 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} |