aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MarqueeAnnotator.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-09-07 14:28:44 -0400
committerbobzel <zzzman@gmail.com>2022-09-07 14:28:44 -0400
commit2d8f763d763080fd52e940abb1a98b41e2da23fd (patch)
tree4d037aa5e210d36fe4652c33d502a864cd461130 /src/client/views/MarqueeAnnotator.tsx
parentacee01619d91b9ac88d78d0eee02cbd33414ad8b (diff)
fixed dragging stackedTimeline entries so that they appear during drag. fixed cursors for video/pdf/stackedTimeline to be a little more clear. fixed initial corner resize of pdfs. fixed videobox marquee drag when viewScale is undefined.
Diffstat (limited to 'src/client/views/MarqueeAnnotator.tsx')
-rw-r--r--src/client/views/MarqueeAnnotator.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/MarqueeAnnotator.tsx b/src/client/views/MarqueeAnnotator.tsx
index f90ad8bb5..d9a989309 100644
--- a/src/client/views/MarqueeAnnotator.tsx
+++ b/src/client/views/MarqueeAnnotator.tsx
@@ -271,8 +271,7 @@ export class MarqueeAnnotator extends React.Component<MarqueeAnnotatorProps> {
width: `${this._width}px`,
height: `${this._height}px`,
border: `${this._width === 0 ? '' : '2px dashed black'}`,
- opacity: 0.2,
- }}></div>
+ }}/>
);
}
}