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:
André Castro 2023-04-26 14:54:30 -03:00 committed by GitHub
parent d4b3a3b0e8
commit d1e72d9ada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}