Merge branch 'release/rc-v1.2.0' of github.com:ONLYOFFICE/DocSpace into release/rc-v1.2.0

This commit is contained in:
Maksim Chegulov 2023-01-19 15:00:47 +03:00
commit 063811a57c
2 changed files with 8 additions and 2 deletions

View File

@ -413,7 +413,12 @@ const Shell = ({ items = [], page = "home", ...rest }) => {
{!isMobileOnly && <MainBar />}
<div className="main-container">
<Switch>
<Redirect from="/Products/Files/" to="/rooms/shared" />
<Redirect
exact
sensitive
from="/Products/Files/"
to="/rooms/shared"
/>
<PrivateRoute
exact
path={[

View File

@ -974,9 +974,10 @@ translateX(${state.left !== null ? state.left + "px" : "auto"}) translateY(${
})
);
}}
src={props.video.src}
src={`${props.video.src}#t=0.001`}
style={imgStyle}
onTimeUpdate={handleOnTimeUpdate}
playsInline
></video>
</div>
{!state.isPlaying && displayUI && !isAudio && (