aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-03-14 02:50:10 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-03-14 02:50:10 -0400
commit2f9db9ec26b3fafbb77aa02e242f60ddeea85294 (patch)
tree594b827f79a8d1e067cfce5c8412286d3b8b87e4 /src/client/views/collections/collectionSchema/CollectionSchemaView.tsx
parent7d369df8096889fc0e1e606f90d161fd2296eb9d (diff)
test
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.tsx')
-rw-r--r--src/client/views/collections/collectionSchema/CollectionSchemaView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx b/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx
index eee3836d2..ecba45e9b 100644
--- a/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx
+++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx
@@ -193,7 +193,7 @@ export class CollectionSchemaView extends CollectionSubView() {
SelectionManager.DeselectView(DocumentManager.Instance.getFirstDocumentView(curDoc));
} else {
this.addDocToSelection(newDoc, e.shiftKey, lastIndex + 1);
- this._selectedCell && (this._selectedCell[0] = newDoc);
+ //this._selectedCell && (this._selectedCell[0] = newDoc);
this.scrollToDoc(newDoc, {});
}
}