Update bigbluebutton-html5/imports/ui/components/webcam/component.jsx
Co-authored-by: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
This commit is contained in:
parent
d4b3a3b0e8
commit
d1e72d9ada
@ -160,7 +160,7 @@ const WebcamComponent = ({
|
||||
const mobileHeight = `${isDragging ? cameraSize.height : cameraDock.height}pt`;
|
||||
const isDesktopWidth = isDragging ? cameraSize.width : cameraDock.width;
|
||||
const isDesktopHeight = isDragging ? cameraSize.height : cameraDock.height;
|
||||
const camOpcity = isDragging ? 0.5 : undefined;
|
||||
const camOpacity = isDragging ? 0.5 : undefined;
|
||||
return (
|
||||
<>
|
||||
{isDragging ? <DropAreaContainer /> : null}
|
||||
|
Loading…
Reference in New Issue
Block a user