pull/21833/head
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"
fill="none"
stroke-width="5"
></circle>
/>
</svg>
<p ref={exportProgressRef}>
{ _t("Processing...") }

View File

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