Make private
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
cb02c39d7f
commit
4a40f67e75
1 changed files with 8 additions and 8 deletions
|
@ -83,15 +83,15 @@ export default class ImageView extends React.Component<IProps, IState> {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
contextMenuButton = createRef<any>();
|
private contextMenuButton = createRef<any>();
|
||||||
focusLock = createRef<any>();
|
private focusLock = createRef<any>();
|
||||||
|
|
||||||
initX = 0;
|
private initX = 0;
|
||||||
initY = 0;
|
private initY = 0;
|
||||||
lastX = 0;
|
private lastX = 0;
|
||||||
lastY = 0;
|
private lastY = 0;
|
||||||
previousX = 0;
|
private previousX = 0;
|
||||||
previousY = 0;
|
private previousY = 0;
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
// We have to use addEventListener() because the listener
|
// We have to use addEventListener() because the listener
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue