From 5a64f767adeeb27fc3a120cbaaf59e7795165add Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 21 Feb 2024 11:45:47 +0800 Subject: [PATCH] bugfix --- bricks/form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/form.js b/bricks/form.js index 323a3a7..9a739c3 100644 --- a/bricks/form.js +++ b/bricks/form.js @@ -128,7 +128,7 @@ bricks.Form = class extends bricks.VBox { this.build_toolbar(this); } redispatch_submited(event){ - console.log('redispatch_submited():'event=', event); + console.log('redispatch_submited():event=', event); this.dispatch('submited', event.params); } build_toolbar(widget){