X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=src%2FBuilder4%2FEditor.bjs;h=16e7df7081c6c0eb2e33bdd16528447cf2276f5f;hb=e88d8ae18be561212929c2a80b760bd65bb40bd1;hp=b1a00f997a34277a35383332ded1c97cd152a4df;hpb=597501a805771da231dbd77e795d0cd949c3f51f;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;", " ", " ",