dsevillamartin / flarum-post-galleries

Add image galleries to your Flarum posts
MIT License
1 stars 0 forks source link

fix emojis converting into a gallery: index.ts #1

Closed targario closed 1 year ago

targario commented 1 year ago

a fix for converting emojis into a gallery.

dsevillamartin commented 1 year ago

👍 Thanks. I think the larger issue is probs that the selectors don't account for plain text between the <img> and <br> elements, but this is useful as well.