提交 220f4b56 编写于 作者: P Peng Lyu

fix integration test save for untitle file

上级 09c9d52e
......@@ -290,6 +290,9 @@ export class PieceTreeBase {
let offset = 0;
let ret = this.iterate(this.root, node => {
if (node === SENTINEL) {
return true;
}
let str = this.getNodeContent(node);
let len = str.length;
let startPosition = other.nodeAt(offset);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册