aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionCardDeckView.tsx
diff options
context:
space:
mode:
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>
);
}