diff options
author | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-03-21 06:08:34 -0400 |
---|---|---|
committer | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-03-21 06:08:34 -0400 |
commit | 3a9161f114b54df38b8114f922343ee288fd35d3 (patch) | |
tree | 9765a4a87935f19561b8c8ca1b02442df1f43155 /src | |
parent | e7eb114fd32ac8bd9784a73e9125baa0a91c81d4 (diff) |
hm
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormLayoutEngines.tsx | 1 | ||||
-rw-r--r-- | src/client/views/collections/collectionFreeForm/MarqueeView.tsx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLayoutEngines.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLayoutEngines.tsx index b3ae382e3..1f9cac608 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLayoutEngines.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLayoutEngines.tsx @@ -156,7 +156,6 @@ export function computeStarburstLayout(poolData: Map<string, PoolData>, pivotDoc // }); // }); -// // This is a placeholder for the divider object and may need to be adjusted based on actual usage // const divider = { type: 'div', color: 'transparent', x: -panelDim[0] / 2, y: -panelDim[1] / 2, width: 15, height: 15, payload: undefined }; // return normalizeResults(panelDim, 12, docMap, poolData, viewDefsToJSX, [], 0, [divider]); // } diff --git a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx index d0ac5f6db..93d5363eb 100644 --- a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx +++ b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx @@ -541,7 +541,7 @@ export class MarqueeView extends ObservableReactComponent<SubCollectionViewProps if (e.key === 'c' || e.key === 't') this.collection(e); if (e.key === 's' || e.key === 'S') this.summary(e); if (e.key === 'p') this.pileup(e) - if (e.key === 'a') this.spreadCards(e); + // if (e.key === 'a') this.spreadCards(e); this.cleanupInteractions(false); } |