diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-03-14 02:52:03 -0400 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-03-14 02:52:03 -0400 |
commit | 939e7203cae7d9408624864ef28d488cdd8ab27f (patch) | |
tree | d5ba4449b48c2dee263418d399330929b76deb76 /src | |
parent | 2f9db9ec26b3fafbb77aa02e242f60ddeea85294 (diff) |
doc selection test
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaView.tsx | 2 |
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 ecba45e9b..dfdd936cf 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx @@ -192,7 +192,7 @@ export class CollectionSchemaView extends CollectionSubView() { if (this._selectedDocs.includes(newDoc)) { SelectionManager.DeselectView(DocumentManager.Instance.getFirstDocumentView(curDoc)); } else { - this.addDocToSelection(newDoc, e.shiftKey, lastIndex + 1); + //this.addDocToSelection(newDoc, e.shiftKey, lastIndex + 1); //this._selectedCell && (this._selectedCell[0] = newDoc); this.scrollToDoc(newDoc, {}); } |