File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
client/packages/lowcoder/src/comps/comps Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -286,14 +286,12 @@ let VideoCompBuilder = (function (props) {
286286 < ReactResizeDetector onResize = { onResize } >
287287 < Container ref = { conRef } $style = { props . style } >
288288 { props . shareScreen || userId ? (
289- < div style = { { position : "relative" } } >
290289 < VideoContainer
291290 onClick = { ( ) => props . onEvent ( "videoClicked" ) }
292291 ref = { videoRef }
293292 $style = { props . style }
294293 id = { props . shareScreen ? "share-screen" : userId }
295294 > </ VideoContainer >
296- </ div >
297295 ) : (
298296 < TextContainer $style = { props . style } >
299297 < p > No Video</ p >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { useState } from "react";
99import { useMount } from "react-use" ;
1010import styled from "styled-components" ;
1111import { RemoteCompInfo , RemoteCompLoader } from "types/remoteComp" ;
12- import { loaders } from "./loaders" ;
12+ import { loaders } from "./loaders" ;
1313import { withErrorBoundary } from "comps/generators/withErrorBoundary" ;
1414
1515const ViewError = styled . div `
You can’t perform that action at this time.
0 commit comments