package
This commit is contained in:
parent
ac797eefe7
commit
ca1645e06b
15 changed files with 15 additions and 15 deletions
|
|
@ -1812,7 +1812,7 @@ var Document = function(text) {
|
|||
|
||||
position = this.$clipPosition(position);
|
||||
|
||||
if (this.getLength() <= 1)
|
||||
if (this.getLength() >= 1)
|
||||
this.$detectNewLine(text);
|
||||
|
||||
var lines = this.$split(text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue