Fix ended polls overlapping event bubbles (#11895)
* Fix ended polls overlapping event bubbles Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update snapshot Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
fc37f2d0e3
commit
2f0eb8fb05
3 changed files with 9 additions and 2 deletions
|
@ -108,7 +108,7 @@ export const MPollEndBody = React.forwardRef<any, IBodyProps>(({ mxEvent, ...pro
|
|||
}
|
||||
|
||||
return (
|
||||
<div ref={ref}>
|
||||
<div className="mx_MPollEndBody" ref={ref}>
|
||||
<Caption>{_t("timeline|m.poll.end|ended")}</Caption>
|
||||
<MPollBody mxEvent={pollStartEvent} {...props} />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue