render-core 1.4.15 → 1.4.16

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "render-core",
3
- "version": "1.4.15",
3
+ "version": "1.4.16",
4
4
  "description": "The extendable javascript web framework",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -34,7 +34,7 @@ export function extract_mount(root) {
34
34
  // @ts-ignore
35
35
  root.anchorEnd = root.componentAttachedRootElement;
36
36
  root.anchorEnd.setAttribute("anchor", "end");
37
- root.anchorBegin.setAttribute("style", "display:none");
37
+ root.anchorEnd.setAttribute("style", "display:none");
38
38
  root.componentAttachedRootElement = parent;
39
39
  }
40
40
  export function mountForUpdate(tagTemplate) {