diff options
| author | bobzel <zzzman@gmail.com> | 2023-05-13 11:44:36 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-05-13 11:44:36 -0400 |
| commit | 0849fbd97c61688d51e5fea6cf8edc47989df5de (patch) | |
| tree | 422bf02e72429f0d77b5cd885274a8a74aa731ea /src/client/views/collections/CollectionTreeView.tsx | |
| parent | dca61505ba138eef3819b16b760ec81becf9329e (diff) | |
fixed caption scrolling in carousel view. fixed display of audio tags in textboxes. fixed screengrab video upload and made dictation view possible (but needs reworking)
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index f81c17a7b..f774781ab 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -229,7 +229,7 @@ export class CollectionTreeView extends CollectionSubView<Partial<collectionTree return ( <FormattedTextBox {...this.props} - fieldKey={'text'} + fieldKey="text" renderDepth={this.props.renderDepth + 1} isContentActive={this.isContentActive} isDocumentActive={this.isContentActive} |
