X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=src%2FBuilder4%2FEditor.bjs;h=16e7df7081c6c0eb2e33bdd16528447cf2276f5f;hb=8b04842b45ca9b062fd8c32defdf53600371bd32;hp=b1a00f997a34277a35383332ded1c97cd152a4df;hpb=fdd0aa3d4dcb5df79ba27d6721a44d1283d738e8;p=roobuilder diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index b1a00f997..16e7df708 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -309,7 +309,9 @@ "\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;", " ", " ",