Simplifie things
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
adcdd72a08
commit
0851cf4415
2 changed files with 4 additions and 11 deletions
|
@ -232,11 +232,7 @@ export default class CallPreview extends React.Component<IProps, IState> {
|
|||
call={this.state.primaryCall}
|
||||
secondaryCall={this.state.secondaryCall}
|
||||
pipMode={true}
|
||||
dragCallbacks={{
|
||||
onStartMoving: this.onStartMoving,
|
||||
onMoving: this.onMoving,
|
||||
onEndMoving: this.onEndMoving,
|
||||
}}
|
||||
onMouseDownOnHeader={this.onStartMoving}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue