diff --git a/lib/src/timeline.dart b/lib/src/timeline.dart index 69073f2b..1b2924b5 100644 --- a/lib/src/timeline.dart +++ b/lib/src/timeline.dart @@ -504,6 +504,7 @@ class Timeline { final relationshipEventId = events[index].relationshipEventId; if (relationshipEventId != null) { onChange?.call(_findEvent(event_id: relationshipEventId)); + return; } }