mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-14 19:30:59 +00:00
initDelayedCursor() will abort and then restart the cursor animation (#3879)
This commit is contained in:
parent
4d4b8f1088
commit
ca95fb513b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue