Skip to content

Commit 4d3d27f

Browse files
committed
move a note
1 parent 870cbce commit 4d3d27f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

v0.3/handbook/libraries/stdlib.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -774,9 +774,6 @@ commit
774774
<tr>
775775
<td colspan="2">
776776
<b>#html/trigger/(focus, blur)</b> - focuses or blurs a specific form element in the browser; must be used only with commit, not bind
777-
<p>
778-
<strong>Note:</strong> Despite being a one-time trigger, Eve does not currently remove the tag once focus or blur has occurred, resulting in a state desynced from the real world. This bug is currently being fixed.
779-
</p>
780777
</td>
781778
</tr>
782779
@@ -797,6 +794,11 @@ commit
797794
```</code>
798795
</td>
799796
</tr>
797+
<tr>
798+
<td colspan="2">
799+
<strong>Note:</strong> Despite being a one-time trigger, Eve does not currently remove the tag once focus or blur has occurred, resulting in a state desynced from the real world. This bug is currently being fixed.
800+
</td>
801+
</tr>
800802
</table>
801803
802804
## Canvas

0 commit comments

Comments
 (0)