mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
fix typo on hovercursor
This commit is contained in:
parent
fd14303dae
commit
0730e9cda2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue