j-templates 7.0.41 → 7.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Node/vNode.js +2 -0
  2. package/package.json +1 -1
package/Node/vNode.js CHANGED
@@ -196,6 +196,8 @@ function WrapChildren(injector, children, data, nodeList) {
196
196
  vNode.DestroyAll(existingNode.data.nodes);
197
197
  existingNode.data.nodes = Store_1.ObservableScope.Value(existingNode.data.scope);
198
198
  }
199
+ else
200
+ Store_1.ObservableScope.Touch(existingNode.data.scope);
199
201
  }
200
202
  else {
201
203
  nodeListMap.delete(data);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "j-templates",
3
- "version": "7.0.41",
3
+ "version": "7.0.42",
4
4
  "description": "j-templates",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/TypesInCode/jTemplates",