From 1337e04680c3351379125c0f51ccfa98441c6eed Mon Sep 17 00:00:00 2001 From: Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> Date: Tue, 18 Jul 2023 14:12:59 -0400 Subject: you fix some, you break some --- src/client/views/collections/TreeView.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/client/views/collections/TreeView.tsx') diff --git a/src/client/views/collections/TreeView.tsx b/src/client/views/collections/TreeView.tsx index fa9f895fd..9158508fc 100644 --- a/src/client/views/collections/TreeView.tsx +++ b/src/client/views/collections/TreeView.tsx @@ -712,23 +712,23 @@ export class TreeView extends React.Component { !(this.doc.text as RichTextField)?.Text ? null : ( } + icon={} size={Size.XSMALL} /> ) ) : (
- } size={Size.XSMALL} - /> - {this.onCheckedClick ? null : - } - size={Size.XSMALL} - /> + /> : + } + size={Size.XSMALL} + /> }
)} @@ -757,15 +757,15 @@ export class TreeView extends React.Component { @observable headerEleWidth = 0; @computed get titleButtons() { const customHeaderButtons = this.props.styleProvider?.(this.doc, this.props.treeView.props, StyleProp.Decorations); + const color = this.props.styleProvider?.(this.doc, this.props.treeView.props, StyleProp.Color); return this.props.treeViewHideHeaderFields() || this.doc.treeViewHideHeaderFields ? null : ( <> {customHeaderButtons} {/* e.g.,. hide button is set by dashboardStyleProvider */} {this.doc._layout_hideContextMenu ? null : ( - } + size={Size.XSMALL} onClick={e => { this.showContextMenu(e); e.stopPropagation(); -- cgit v1.2.3-70-g09d2