mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-10 14:54:42 +00:00
use _splitTextIntoLines() everywhere
This commit is contained in:
parent
b7275de184
commit
5991fb085b
1 changed files with 1 additions and 1 deletions
|
|
@ -517,7 +517,7 @@
|
|||
this.text = this.text.slice(0, index - 1) +
|
||||
this.text.slice(index);
|
||||
|
||||
this._textLines = this.text.split(this._reNewline);
|
||||
this._textLines = this._splitTextIntoLines();
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue