efront 4.23.3 → 4.23.4

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.
@@ -1397,7 +1397,7 @@ function unlock(renders) {
1397
1397
  onremove(node, removeRenderElement);
1398
1398
  }
1399
1399
  else {
1400
- buildFirst(node);
1400
+ buildFirst(renders);
1401
1401
  }
1402
1402
  }
1403
1403
  var notNull = a => a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "efront",
3
- "version": "4.23.3",
3
+ "version": "4.23.4",
4
4
  "description": "一个开发环境,提供一种自由的前端开发模式,也可作为辅助工具使用。",
5
5
  "main": "public/efront.js",
6
6
  "directories": {