Skip to content

Fix post clickability

Aidan requested to merge ad-fix-post-click into master

In the new linkify PR I accidentally made all post text content not propagate on click, so that clicking on the post body div unintentionally would not navigate to the post permalink. This is now fixed by making Linkify and our custom Link component not propagate on their own via a new stopPropagation prop.

Merge request reports