Skip to content

Commit 5bfec22

Browse files
committed
Merge branch 'WebReflection-udomsay-v0.3.4'
2 parents 5785c6b + 3a17717 commit 5bfec22

File tree

6 files changed

+278
-302
lines changed

6 files changed

+278
-302
lines changed

frameworks/keyed/udomsay/package-lock.json

Lines changed: 137 additions & 149 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/keyed/udomsay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/krausest/js-framework-benchmark.git"
2222
},
2323
"dependencies": {
24-
"udomsay": "0.1.7"
24+
"udomsay": "0.3.4"
2525
},
2626
"devDependencies": {
2727
"@babel/cli": "^7.19.3",

frameworks/keyed/udomsay/src/main.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const App = () => (
9797
{data.value.map(({id: rowId, label}, idx) => (
9898
<tr key={rowId}>
9999
<td class='col-md-1' textContent={rowId} />
100-
<td class='col-md-4'><a onClick={({currentTarget: t}) => { selected.value = t.closest('tr') }} textContent={ label.value } /></td>
100+
<td class='col-md-4'><a onClick={({currentTarget: t}) => { selected.value = t.closest('tr') }}>{ label }</a></td>
101101
<td class='col-md-1'><a onClick={() => { remove(idx) }}><span class='glyphicon glyphicon-remove' aria-hidden='true' /></a></td>
102102
<td class='col-md-6'/>
103103
</tr>

0 commit comments

Comments
 (0)