fix typo on hovercursor

This commit is contained in:
Asturur 2017-11-24 12:00:01 +01:00
parent fd14303dae
commit 0730e9cda2

View file

@ -572,7 +572,7 @@
return;
}
this.hoverCursor = this._savedProps.overCursor;
this.hoverCursor = this._savedProps.hoverCursor;
this.hasControls = this._savedProps.hasControls;
this.borderColor = this._savedProps.borderColor;
this.lockMovementX = this._savedProps.lockMovementX;