From ca95fb513bc8bb37b899231cfa29624ba1348d46 Mon Sep 17 00:00:00 2001 From: Stefan Hayden Date: Mon, 24 Apr 2017 16:57:11 -0400 Subject: [PATCH] initDelayedCursor() will abort and then restart the cursor animation (#3879) --- src/shapes/textbox.class.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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