aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
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/collections/collectionFreeForm
parent9badfc489f00afd10489f0dde0a3b9e21817feb5 (diff)
from last
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
-rw-r--r--src/client/views/collections/collectionFreeForm/MarqueeView.tsx1
1 files changed, 0 insertions, 1 deletions
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 === ' ') {