fix: delete reaction
This commit is contained in:
parent
54f87402b2
commit
fdc2ae01b2
|
|
@ -504,6 +504,7 @@ class Timeline {
|
||||||
final relationshipEventId = events[index].relationshipEventId;
|
final relationshipEventId = events[index].relationshipEventId;
|
||||||
if (relationshipEventId != null) {
|
if (relationshipEventId != null) {
|
||||||
onChange?.call(_findEvent(event_id: relationshipEventId));
|
onChange?.call(_findEvent(event_id: relationshipEventId));
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue