Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Jul 29, 2023
1 parent d7be3f2 commit 4edf092
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ formEditor({
"form_load": `
//alert(1)
debugger
//debugger
mm.zoo="bear"
if ( mm.args ) {
Expand All @@ -54,8 +54,8 @@ formEditor({
"form_activate": `
debugger
alert(mm.zoo)
//debugger
//alert(mm.zoo)
alert(JSON.stringify(mm.model.forms.Form_1,null,2))
`,
Expand Down
6 changes: 3 additions & 3 deletions src/runtimePipelineYazzUiMethods.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@


if (newItem.name == "aaa") {
debugger
//debugger
}


Expand Down Expand Up @@ -5978,11 +5978,11 @@ return {}
}
} else if (text.type == "select_design_time_component") {
if (mm.design_mode != false) {
mm.selectComponent(text.component_index, true);
await mm.selectComponent(text.component_index, true);
}
} else if (text.type == "load_controls") {
if (mm.design_mode != false) {
mm.loadControlPalette();
await mm.loadControlPalette();
}
}
})
Expand Down

0 comments on commit 4edf092

Please sign in to comment.