diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-19 11:31:02 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-19 11:31:02 -0500 |
| commit | 22a2462a6854f31f6f546d56258aec2042073d4b (patch) | |
| tree | 60a35a6fd5704ececa538a7cf0e54bb5dde23edb /src/client/views/collections | |
| parent | 90c8fe926efa245f256c7e0a496beaecf0572294 (diff) | |
more cleanup of marquee annotator. added marquee annotator to images
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; } } |
