Skip to content

Commit

Permalink
feat: schema-builder 新增 methods 方法
Browse files Browse the repository at this point in the history
  • Loading branch information
lhbxs committed Nov 13, 2023
1 parent f5530a6 commit a9b641c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/schema-builder/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ const Design = (props: TSchemaBuilder, ref: any) => {
if (event.data.type !== 'engine-load') {
return;
}

debugger;

iframe?.contentWindow?.__FR_ENGINE__?.init({
settings,
widgets,
Expand Down

0 comments on commit a9b641c

Please sign in to comment.