diff options
| author | bobzel <zzzman@gmail.com> | 2021-09-21 19:43:32 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-09-21 19:43:32 -0400 |
| commit | eb50e46332c2f0b48c7cb165d55245aab317ef08 (patch) | |
| tree | 6c60defcc4eec1e5d137a186f46321df19106500 /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | b65157915070c520c3d6a3e67052b4a2b1b7b127 (diff) | |
fixed up some darkScheme css, enabled comic mode for developers, enabled opening up fields on dashboards in myDocuments
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index 6a22acae8..3ea190a98 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -353,7 +353,7 @@ export class CollectionSchemaView extends CollectionSubView(doc => doc) { @action setFocused = (doc: Doc) => this._focusedTable = doc; @action setPreviewDoc = (doc: Opt<Doc>) => { - SelectionManager.SelectSchemaView(this, doc); + SelectionManager.SelectSchemaViewDoc(doc); this._previewDoc = doc; } |
