Skip to content

Commit b443883

Browse files
committed
Quick update to readme.md documentation about change.
1 parent 43a1ec8 commit b443883

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ def handle_will_appear(event):
6464
print("Will Appear event received:", event)
6565
```
6666

67+
!!!INFO Handlers for action-specific events are dispatched only if the event is triggered by the associated action, ensuring isolation and predictability. For other types of events that are not associated with a specific action, handlers are dispatched without such restrictions.
68+
69+
6770

6871
### Writing Logs
6972

0 commit comments

Comments
 (0)