diff options
| author | bobzel <zzzman@gmail.com> | 2023-03-27 18:21:13 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-03-27 18:21:13 -0400 |
| commit | 8ab9236664c561d54d6a41ecb1eb2eaf6064fc0c (patch) | |
| tree | e403baa003393047dc6e1bbee9d41658d59cb9ff /src/client/views/collections/TabDocView.tsx | |
| parent | c70a4c82501a318136b04623f92b35461014b179 (diff) | |
changed longPress to always select and to show decorations. fixed single/double-click code and cleaned up behavior timeouts. fixed pointer events for tree view editing titles and using as powerpoint.
Diffstat (limited to 'src/client/views/collections/TabDocView.tsx')
| -rw-r--r-- | src/client/views/collections/TabDocView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx index 631b9add5..5e6849e7c 100644 --- a/src/client/views/collections/TabDocView.tsx +++ b/src/client/views/collections/TabDocView.tsx @@ -422,7 +422,7 @@ export class TabDocView extends React.Component<TabDocViewProps> { this._lastView = this._view; })} renderDepth={0} - LayoutTemplateString={this.props.keyValue ? KeyValueBox.LayoutString('data') : undefined} + LayoutTemplateString={this.props.keyValue ? KeyValueBox.LayoutString() : undefined} Document={this._document} DataDoc={!Doc.AreProtosEqual(this._document[DataSym], this._document) ? this._document[DataSym] : undefined} ContainingCollectionView={undefined} |
