diff options
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/MarqueeView.tsx | 1 |
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 d20d1abfc..258e839d0 100644 --- a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx +++ b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx @@ -217,6 +217,7 @@ export class MarqueeView extends React.Component<SubCollectionViewProps & Marque // bcz: do we need this? it kills the context menu on the main collection if !altKey // e.stopPropagation(); } + else PreviewCursor.Visible = false; } } |
