Update src/components/views/voip/PictureInPictureDragger.tsx
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
3ab54bce6e
commit
08b27a7c82
1 changed files with 0 additions and 2 deletions
|
@ -38,7 +38,6 @@ interface IProps {
|
||||||
className?: string;
|
className?: string;
|
||||||
children: (startMovingEventHandler: (event: React.MouseEvent<Element, MouseEvent>) => void) => React.ReactNode;
|
children: (startMovingEventHandler: (event: React.MouseEvent<Element, MouseEvent>) => void) => React.ReactNode;
|
||||||
draggable: boolean;
|
draggable: boolean;
|
||||||
app?: IApp;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
interface IState {
|
interface IState {
|
||||||
|
@ -206,4 +205,3 @@ export class PictureInPictureDragger extends React.Component<IProps, IState> {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue