aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingView.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-26 21:22:51 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-26 21:22:51 -0400
commit492e203d95ce9b5aa5e2b2bd7feaf542415a3579 (patch)
tree6d7addccede975c5391ad9cae62acb636975718f /src/client/views/collections/CollectionStackingView.tsx
parent2854c247caadc83f21a0c77d6cf47ec2fa7c11f8 (diff)
fixed multi/col/row views to work with templates. fixed context menu subitems to appear on screen. fixed tree view display of text nodes.
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
-rw-r--r--src/client/views/collections/CollectionStackingView.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx
index 24a3119cc..799bc7f67 100644
--- a/src/client/views/collections/CollectionStackingView.tsx
+++ b/src/client/views/collections/CollectionStackingView.tsx
@@ -189,8 +189,8 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) {
active={this.props.active}
whenActiveChanged={this.props.whenActiveChanged}
addDocTab={this.addDocTab}
- pinToPres={this.props.pinToPres}>
- </ContentFittingDocumentView>;
+ pinToPres={this.props.pinToPres}
+ />;
}
getDocWidth(d?: Doc) {