aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionCardDeckView.tsx
diff options
context:
space:
mode:
authoraidahosa1 <aisosa_idahosa@brown.edu>2024-06-24 12:04:43 -0400
committeraidahosa1 <aisosa_idahosa@brown.edu>2024-06-24 12:04:43 -0400
commit2f92d924a8dc1675cd12b08bbac7f57b2335a7b2 (patch)
tree1b417da6c65aa322917fe5326e001245f5950534 /src/client/views/collections/CollectionCardDeckView.tsx
parent3f940bd45fd1bf72f6c16edc188f754b01f689ba (diff)
fixing
Diffstat (limited to 'src/client/views/collections/CollectionCardDeckView.tsx')
-rw-r--r--src/client/views/collections/CollectionCardDeckView.tsx10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/client/views/collections/CollectionCardDeckView.tsx b/src/client/views/collections/CollectionCardDeckView.tsx
index 2ad7f0ed1..09cddda19 100644
--- a/src/client/views/collections/CollectionCardDeckView.tsx
+++ b/src/client/views/collections/CollectionCardDeckView.tsx
@@ -660,16 +660,6 @@ export class CollectionCardView extends CollectionSubView() {
onMouseLeave={() => this.setHoveredNodeIndex(-1)}>
{this.renderCards()}
</div>
- <div className="collectionNotetaking-pivotField" style={{ right: 0, top: 0, position: 'absolute' }}>
- <FieldsDropdown
- Document={this.Document}
- selectFunc={undoable(fieldKey => {
- this.layoutDoc._pivotField = fieldKey;
- // this.removeEmptyColumns();
- }, 'change pivot field')}
- placeholder={StrCast(this.layoutDoc._pivotField)}
- />
- </div>
</div>
);
}