bugfix
This commit is contained in:
parent
da5d8da243
commit
b206291898
@ -202,7 +202,7 @@ bricks.FormBase = class extends bricks.Layout {
|
|||||||
this.reset_data();
|
this.reset_data();
|
||||||
} else {
|
} else {
|
||||||
if (params.action){
|
if (params.action){
|
||||||
f = bricks.buildEventHandler(this, params);
|
var f = bricks.buildEventHandler(this, params);
|
||||||
if (f) f(event);
|
if (f) f(event);
|
||||||
} else {
|
} else {
|
||||||
this.dispatch(params.name);
|
this.dispatch(params.name);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user