mirror of https://github.com/vector-im/riot-web
Update src/components/views/voip/PictureInPictureDragger.tsx
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
f6c4412b5f
commit
8ac82457e8
|
@ -189,7 +189,7 @@ export class PictureInPictureDragger extends React.Component<IProps, IState> {
|
|||
const translatePixelsY = this.state.translationY + "px";
|
||||
const style = {
|
||||
transform: `translateX(${translatePixelsX})
|
||||
translateY(${translatePixelsY})`,
|
||||
translateY(${translatePixelsY})`,
|
||||
};
|
||||
return (
|
||||
<div
|
||||
|
|
Loading…
Reference in New Issue