Skip to content

Commit

Permalink
initDelayedCursor() will abort and then restart the cursor animation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhayden authored and asturur committed Apr 24, 2017
1 parent 4d4b8f1 commit ca95fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shapes/textbox.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
if (this.__skipDimension) {
return;
}
this.abortCursorAnimation();
this.initDelayedCursor();
this.clearContextTop();
this._clearCache();
// clear dynamicMinWidth as it will be different after we re-wrap line
Expand Down

0 comments on commit ca95fb5

Please sign in to comment.