We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 043cc9e + 33a5a60 commit 5679f9cCopy full SHA for 5679f9c
frameworks/keyed/blockdom/app.js
@@ -78,10 +78,10 @@ const rowBlock = createBlock(`
78
<tr block-attribute-2="class">
79
<td class="col-md-1"><block-text-0/></td>
80
<td class="col-md-4">
81
- <a block-handler-3="click"><block-text-1/></a>
+ <a block-handler-3="click.synthetic"><block-text-1/></a>
82
</td>
83
<td class="col-md-1">
84
- <a block-handler-4="click">
+ <a block-handler-4="click.synthetic">
85
<span class='glyphicon glyphicon-remove' aria-hidden="true" />
86
</a>
87
0 commit comments