whitespace (in model)

pull/21833/head
Bruno Windels 2019-09-04 16:40:23 +02:00
parent 7f501b2aef
commit 47d8d86bbe
1 changed files with 0 additions and 1 deletions

View File

@ -388,7 +388,6 @@ export default class EditorModel {
currentOffset += partLen;
return false;
});
return new DocumentPosition(index, totalOffset - currentOffset);
}