Update src/components/views/voip/PictureInPictureDragger.tsx

Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Dariusz Niemczyk 2021-08-06 14:10:59 +02:00 committed by GitHub
parent f6c4412b5f
commit 8ac82457e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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