X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=src%2FBuilder4%2FEditor.bjs;h=b1a00f997a34277a35383332ded1c97cd152a4df;hb=597501a805771da231dbd77e795d0cd949c3f51f;hp=16e7df7081c6c0eb2e33bdd16528447cf2276f5f;hpb=eccffa50a972ff9cefeab353a5fede2d3f75564c;p=roobuilder diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index 16e7df708..b1a00f997 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -309,9 +309,7 @@ "\tvar oldcode = _this.prop.val;", "\t", "\t_this.prop.val = str;", - "\t_this.node.updated_count++;", " _this.file.getLanguageServer().document_change(_this.file);", - " _this.node.updated_count++;", " _this.prop.val = oldcode;", " ", " ",