aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/MarqueeView.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-04-04 17:46:33 -0400
committerbob <bcz@cs.brown.edu>2019-04-04 17:46:33 -0400
commite70be930dc7c8ff1e999bf163bcbb511a60bae6f (patch)
tree0704cbc289c7063439be3f77d8d1ae5bd2f4d79a /src/client/views/collections/collectionFreeForm/MarqueeView.tsx
parentb78aff5115862cbfa5e704422cb738aa7fd73c64 (diff)
added close button and fixed some async stuff.
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/MarqueeView.tsx')
-rw-r--r--src/client/views/collections/collectionFreeForm/MarqueeView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx
index e2239c8be..df150a045 100644
--- a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx
+++ b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx
@@ -135,6 +135,7 @@ export class MarqueeView extends React.Component<MarqueeViewProps>
this.marqueeInkDelete(inkData);
// }, 100);
this.cleanupInteractions();
+ SelectionManager.DeselectAll();
}
}
@action