Merge branch 'develop' into feed
This commit is contained in:
commit
adb0877591
51 changed files with 2876 additions and 719 deletions
|
@ -79,17 +79,17 @@ export default class CallViewForRoom extends React.Component<IProps, IState> {
|
|||
return call;
|
||||
}
|
||||
|
||||
onResizeStart = () => {
|
||||
private onResizeStart = () => {
|
||||
this.props.resizeNotifier.startResizing();
|
||||
}
|
||||
};
|
||||
|
||||
onResize = () => {
|
||||
private onResize = () => {
|
||||
this.props.resizeNotifier.notifyTimelineHeightChanged();
|
||||
}
|
||||
};
|
||||
|
||||
onResizeStop = () => {
|
||||
private onResizeStop = () => {
|
||||
this.props.resizeNotifier.stopResizing();
|
||||
}
|
||||
};
|
||||
|
||||
public render() {
|
||||
if (!this.state.call) return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue