diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-10 11:41:26 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-10 11:41:26 -0500 |
| commit | 5e9faf9fc5a2aeb3b5c0377b756a746934097619 (patch) | |
| tree | 3a1f23e2289827fe0214f92666f3635db5fd9da9 /src/client/views/collections/SchemaTable.tsx | |
| parent | 861363c59997db5cde1b96786b156b64630465d7 (diff) | |
changed docViewPath to be a function to avoid mobx invalidations
Diffstat (limited to 'src/client/views/collections/SchemaTable.tsx')
| -rw-r--r-- | src/client/views/collections/SchemaTable.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/SchemaTable.tsx b/src/client/views/collections/SchemaTable.tsx index 3c83c241b..d4b4cf333 100644 --- a/src/client/views/collections/SchemaTable.tsx +++ b/src/client/views/collections/SchemaTable.tsx @@ -573,7 +573,7 @@ export class SchemaTable extends React.Component<SchemaTableProps> { DataDoc={this._showDataDoc} styleProvider={DefaultStyleProvider} layerProvider={undefined} - docViewPath={emptyPath} + docViewPath={returnEmptyDoclist} freezeDimensions={true} focus={emptyFunction} renderDepth={this.props.renderDepth} |
