fix merges
[roobuilder] / src / Builder4 / Editor.vala
index 2b47e91..845175e 100644 (file)
@@ -885,9 +885,7 @@ public class Editor : Object
                        var oldcode  = _this.prop.val;
                        
                        _this.prop.val = str;
-                       _this.node.updated_count++;
                    _this.file.getLanguageServer().document_change(_this.file);
-                   _this.node.updated_count++;
                    _this.prop.val = oldcode;