Skip to content

Commit

Permalink
Merge pull request #2147 from shanberg/fix-interactivity
Browse files Browse the repository at this point in the history
fix: more types of links included in block interaction passthrough
  • Loading branch information
shanberg authored Apr 17, 2022
2 parents 9a033d7 + 84522d9 commit 9c51c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/Block/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const _Content = ({ children, fontSize, ...props }) => {
gridArea: "main",
},
// activate interactive content (links, buttons, etc.)
"a, .link, button, label, video, embed, iframe, img": {
"a, .url-link, .autolink, link, .hashtag, button, label, video, embed, iframe, img": {
pointerEvents: "auto",
zIndex: 2,
},
Expand Down

0 comments on commit 9c51c28

Please sign in to comment.