diff options
| author | anika <anika.ahluwalia@gmail.com> | 2020-12-31 11:32:41 -0600 |
|---|---|---|
| committer | anika <anika.ahluwalia@gmail.com> | 2020-12-31 11:32:41 -0600 |
| commit | a70a224d40ed511e8278ce01a74fb0a8a012b075 (patch) | |
| tree | f7bf163c749a65f07df5a35cba67e29e1843cd6a /src/client/views/collections/TreeView.tsx | |
| parent | d16a3e3ce298b542cbb2416319c462efaafa191f (diff) | |
small merge fixes
Diffstat (limited to 'src/client/views/collections/TreeView.tsx')
| -rw-r--r-- | src/client/views/collections/TreeView.tsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/collections/TreeView.tsx b/src/client/views/collections/TreeView.tsx index 2f9a2f3eb..a297ad708 100644 --- a/src/client/views/collections/TreeView.tsx +++ b/src/client/views/collections/TreeView.tsx @@ -590,7 +590,10 @@ export class TreeView extends React.Component<TreeViewProps> { }} > {view} </div > - {this.headerElements} + <div className={"right-buttons-container"}> + {this.props.styleProvider?.(this.doc, this.props.treeView.props, StyleProp.Decorations)} {/* hide and lock buttons */} + {this.headerElements} + </div> </>; } |
