Skip to content

Commit

Permalink
fix typo on hovercursor
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Nov 24, 2017
1 parent fd14303 commit 0730e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/itext_behavior.mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0730e9c

Please sign in to comment.