fix merges
[roobuilder] / src / Builder4 / Editor.bjs
index 16e7df7..b1a00f9 100644 (file)
           "\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;",
           "    ",
           "    ",