diff options
| author | bobzel <zzzman@gmail.com> | 2025-03-23 10:33:05 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-03-23 10:33:05 -0400 |
| commit | 7d54c52528be4f5a4f7dd94acfd4d4bb67b81f74 (patch) | |
| tree | 2ca6e246395da0630afa3f3b83f5b60247ab9765 /src/client/views/collections/TreeView.tsx | |
| parent | d0fccd1050f5d6ccc24c1e4d2b7d1c0ed94fb2a7 (diff) | |
from last
Diffstat (limited to 'src/client/views/collections/TreeView.tsx')
| -rw-r--r-- | src/client/views/collections/TreeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/TreeView.tsx b/src/client/views/collections/TreeView.tsx index d6a19e88e..5ac283d22 100644 --- a/src/client/views/collections/TreeView.tsx +++ b/src/client/views/collections/TreeView.tsx @@ -834,7 +834,7 @@ export class TreeView extends ObservableReactComponent<TreeViewProps> { @observable headerEleWidth = 0; @computed get titleButtons() { - const customHeaderButtons = this._props.styleProvider?.(this.Document, this.treeView._props, StyleProp.Decorations); + const customHeaderButtons = this._props.styleProvider?.(this.Document, this.treeView._props, StyleProp.Decorations) as JSX.Element; const color = SettingsManager.userColor; return this._props.treeViewHideHeaderFields() || this.Document.treeView_HideHeaderFields ? null : ( <> |
