@zzdadelu/schema-builder 1.0.0-alpha.116 → 1.0.0-alpha.117

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/es/main.js CHANGED
@@ -62,7 +62,7 @@ var Design = function Design(props, ref) {
62
62
  });
63
63
 
64
64
  // 开始观察外层 iframe 内部 body 的变化
65
- innerObserver.observe(innerDoc.body, {
65
+ innerObserver.observe(innerDoc, {
66
66
  childList: true,
67
67
  subtree: true
68
68
  });
package/lib/main.js CHANGED
@@ -70,7 +70,7 @@ var Design = function Design(props, ref) {
70
70
  });
71
71
 
72
72
  // 开始观察外层 iframe 内部 body 的变化
73
- innerObserver.observe(innerDoc.body, {
73
+ innerObserver.observe(innerDoc, {
74
74
  childList: true,
75
75
  subtree: true
76
76
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zzdadelu/schema-builder",
3
- "version": "1.0.0-alpha.116",
3
+ "version": "1.0.0-alpha.117",
4
4
  "description": "通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成",
5
5
  "keywords": [
6
6
  "Form",