We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90666a4 commit 2dd0432Copy full SHA for 2dd0432
Sources/Testing/Events/Event.swift
@@ -326,6 +326,8 @@ extension Event {
326
if configuration.eventHandlingOptions.shouldHandleEvent(self) {
327
configuration.handleEvent(self, in: context)
328
}
329
+ } else if postToFallbackHandler(in: context) {
330
+ // The fallback event handler handled this event.
331
} else {
332
// The current task does NOT have an associated configuration. This event
333
// will be lost! Post it to every registered event handler to avoid that.
0 commit comments