Skip to content

Commit

Permalink
fix: mf-5670 clicking on hash tag or link in replaced tweets (#11307)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleBill committed Jan 24, 2024
1 parent 17a8307 commit a7bb887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typed-message/react/src/Renderer/Entry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function TypedMessageRender(props: RenderProps) {
if (isEmpty) return null

return (
<span ref={textResize}>
<span ref={textResize} onClick={(e) => e.stopPropagation()}>
<Container>
<TypedMessageRenderInline {...props} />
</Container>
Expand Down

0 comments on commit a7bb887

Please sign in to comment.