mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
6 lines
262 B
Plaintext
6 lines
262 B
Plaintext
<div rt-scope="{value:'event did not happen because onClick not called'} as data"
|
|
onMouseDown="(evt) => data.value = 'event did happen though it should not'"
|
|
onClick="() => data.value = 'event did happen though it should not'">
|
|
{data.value}
|
|
</div>
|