diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-26 21:22:51 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-26 21:22:51 -0400 |
| commit | 492e203d95ce9b5aa5e2b2bd7feaf542415a3579 (patch) | |
| tree | 6d7addccede975c5391ad9cae62acb636975718f /src/client/views/collections/CollectionStackingView.tsx | |
| parent | 2854c247caadc83f21a0c77d6cf47ec2fa7c11f8 (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.tsx | 4 |
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) { |
