make _replaceRange internal only
This commit is contained in:
parent
4c04bc19c9
commit
7a01d1407f
2 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ export default class Range {
|
|||
this._start.iteratePartsBetween(this._end, this._model, (part, startIdx, endIdx) => {
|
||||
oldLength += endIdx - startIdx;
|
||||
});
|
||||
this._model.replaceRange(this._start, this._end, parts);
|
||||
this._model._replaceRange(this._start, this._end, parts);
|
||||
return newLength - oldLength;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue