diff --git a/src/shapes/textbox.class.js b/src/shapes/textbox.class.js index bb372f0ecb1..771e6b70242 100644 --- a/src/shapes/textbox.class.js +++ b/src/shapes/textbox.class.js @@ -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