mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
remove this.onDocumentMousemove
This commit is contained in:
parent
ee8335856c
commit
c0c9b4a8d5
@ -30,13 +30,6 @@ export default React.createClass({
|
||||
};
|
||||
},
|
||||
|
||||
onDocumentMousemove(e) {
|
||||
this.mousePosition = {
|
||||
x: e.pageX,
|
||||
y: e.pageY
|
||||
};
|
||||
},
|
||||
|
||||
handleCancel() {
|
||||
this.props.onCancel();
|
||||
this.setState({
|
||||
|
Loading…
Reference in New Issue
Block a user