src/JsRender/JsRender.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 Feb 2024 02:40:04 +0000 (10:40 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 Feb 2024 02:40:04 +0000 (10:40 +0800)
src/JsRender/JsRender.vala

index 15d5dc6..b033738 100644 (file)
@@ -452,6 +452,7 @@ namespace JsRender {
                                this.undo_json.set(this.version, this.toSource());
                                return;
                        }
+                       GLib.debug("undo store %d", this.version);
                        this.undo_json.set(this.version, this.toJsonString());
                        if (this.undo_json.has_key(this.version+1)) {
                                var n = this.version +1;