Add missing semicolon
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -153,7 +153,7 @@ export default class CallPreview extends React.Component<IProps, IState> {
|
|||||||
|
|
||||||
private onWindowSizeChanged = () => {
|
private onWindowSizeChanged = () => {
|
||||||
this.setTranslation(this.state.translationX, this.state.translationY);
|
this.setTranslation(this.state.translationX, this.state.translationY);
|
||||||
}
|
};
|
||||||
|
|
||||||
private setTranslation(inTranslationX: number, inTranslationY: number) {
|
private setTranslation(inTranslationX: number, inTranslationY: number) {
|
||||||
const width = this.callViewWrapper.current.clientWidth || PIP_VIEW_WIDTH;
|
const width = this.callViewWrapper.current.clientWidth || PIP_VIEW_WIDTH;
|
||||||
|
|||||||
Reference in New Issue
Block a user