This commit is contained in:
Jaiwanth 2021-07-26 00:24:04 +05:30
parent b04bfeda33
commit 9fe64c34a5
2 changed files with 2 additions and 3 deletions

View File

@ -360,7 +360,7 @@ const ExportDialog: React.FC<IProps> = ({ room, onFinished }) => {
r="20" r="20"
fill="none" fill="none"
stroke-width="5" stroke-width="5"
></circle> />
</svg> </svg>
<p ref={exportProgressRef}> <p ref={exportProgressRef}>
{ _t("Processing...") } { _t("Processing...") }

View File

@ -279,8 +279,7 @@ export default class MVideoBody extends React.PureComponent<IBodyProps, IState>
width={width} width={width}
poster={poster} poster={poster}
onPlay={this.videoOnPlay} onPlay={this.videoOnPlay}
> />
</video>
{ fileBody } { fileBody }
</span> </span>
); );