mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-22 12:21:51 +00:00
Fix formatting
This commit is contained in:
parent
cc52bf7039
commit
b8c83ed242
1 changed files with 6 additions and 7 deletions
|
|
@ -110,13 +110,12 @@
|
|||
initDelayedCursor: function(restart) {
|
||||
var _this = this;
|
||||
|
||||
if(restart){
|
||||
this._abortCursorAnimation = true;
|
||||
clearTimeout(this._cursorTimeout1);
|
||||
this._currentCursorOpacity = 1;
|
||||
this.canvas && this.canvas.renderAll();
|
||||
}
|
||||
|
||||
if (restart){
|
||||
this._abortCursorAnimation = true;
|
||||
clearTimeout(this._cursorTimeout1);
|
||||
this._currentCursorOpacity = 1;
|
||||
this.canvas && this.canvas.renderAll();
|
||||
}
|
||||
if (this._cursorTimeout2) {
|
||||
clearTimeout(this._cursorTimeout2);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue