Update src/components/views/voip/PictureInPictureDragger.tsx
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
f6c4412b5f
commit
8ac82457e8
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ export class PictureInPictureDragger extends React.Component<IProps, IState> {
|
||||||
const translatePixelsY = this.state.translationY + "px";
|
const translatePixelsY = this.state.translationY + "px";
|
||||||
const style = {
|
const style = {
|
||||||
transform: `translateX(${translatePixelsX})
|
transform: `translateX(${translatePixelsX})
|
||||||
translateY(${translatePixelsY})`,
|
translateY(${translatePixelsY})`,
|
||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue