undo unneeded change

This commit is contained in:
Johannes Rieken
2018-12-27 11:57:16 +01:00
parent 009c1c3a4b
commit 195fd560a5

View File

@@ -491,7 +491,7 @@ export class TextEdit {
constructor(range: Range, newText: string) {
this.range = range;
this.newText = newText || '';
this.newText = newText;
}
toJSON(): any {