aboutsummaryrefslogtreecommitdiff
path: root/src/client/views
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-05-18 23:27:45 -0400
committerbobzel <zzzman@gmail.com>2024-05-18 23:27:45 -0400
commita3784cd3ab990d8016b1168eb0cbf7e9a2f22301 (patch)
treea9b1c49e5f04b4551961ef5803910d0ef51de9d0 /src/client/views
parent9badfc489f00afd10489f0dde0a3b9e21817feb5 (diff)
from last
Diffstat (limited to 'src/client/views')
-rw-r--r--src/client/views/collections/CollectionMenu.tsx2
-rw-r--r--src/client/views/collections/collectionFreeForm/MarqueeView.tsx1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/collections/CollectionMenu.tsx b/src/client/views/collections/CollectionMenu.tsx
index 94896f277..4f25f69ef 100644
--- a/src/client/views/collections/CollectionMenu.tsx
+++ b/src/client/views/collections/CollectionMenu.tsx
@@ -319,8 +319,6 @@ export class CollectionViewBaseChrome extends React.Component<CollectionViewMenu
return this._freeform_commands;
case CollectionViewType.Carousel3D:
return this._freeform_commands;
- case CollectionViewType.Card:
- return this._freeform_commands;
}
}
private _commandRef = React.createRef<HTMLInputElement>();
diff --git a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx
index 25a31fd6e..6eca91e9d 100644
--- a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx
+++ b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx
@@ -529,7 +529,6 @@ 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);
-
this.cleanupInteractions(false);
}
if (e.key === 'r' || e.key === ' ') {