Commit 41e634f
committed
minor #8193 add note about same-state transitions (dbu)
This PR was submitted for the 3.2 branch but it was merged into the 3.3 branch instead (closes #8193).
Discussion
----------
add note about same-state transitions
maybe this could be made more understandable, but "leave" and "enter" made me think a transition that "stays" in the same place would maybe not trigger those events. i checked the code and tested my application and in fact it works. i think it makes sense to mention this explicitly.
if transitions are explained in more detail somewhere, it could be a good idea to also mention the possibility of same-place transitions there.
Commits
-------
8736ec2 add note about same-state transitions1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
254 | 259 | | |
255 | 260 | | |
256 | 261 | | |
| |||
0 commit comments