mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-16 03:31:31 +03:00
Add missing semicolon
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
889b90fbc3
commit
f79339c2da
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ export default class CallPreview extends React.Component<IProps, IState> {
|
|||
|
||||
private onWindowSizeChanged = () => {
|
||||
this.setTranslation(this.state.translationX, this.state.translationY);
|
||||
}
|
||||
};
|
||||
|
||||
private setTranslation(inTranslationX: number, inTranslationY: number) {
|
||||
const width = this.callViewWrapper.current.clientWidth || PIP_VIEW_WIDTH;
|
||||
|
|
Loading…
Reference in a new issue