Skip to content

Commit 5679f9c

Browse files
committed
Merge branch 'master-again' of https://github.com/ged-odoo/js-framework-benchmark into ged-odoo-master-again
2 parents 043cc9e + 33a5a60 commit 5679f9c

File tree

3 files changed

+474
-7
lines changed

3 files changed

+474
-7
lines changed

frameworks/keyed/blockdom/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ const rowBlock = createBlock(`
7878
<tr block-attribute-2="class">
7979
<td class="col-md-1"><block-text-0/></td>
8080
<td class="col-md-4">
81-
<a block-handler-3="click"><block-text-1/></a>
81+
<a block-handler-3="click.synthetic"><block-text-1/></a>
8282
</td>
8383
<td class="col-md-1">
84-
<a block-handler-4="click">
84+
<a block-handler-4="click.synthetic">
8585
<span class='glyphicon glyphicon-remove' aria-hidden="true" />
8686
</a>
8787
</td>

0 commit comments

Comments
 (0)