]> cat aescling's git repositories - mastodon.git/commit
Fix crashes with Microsoft Translate on Microsoft Edge (#16525)
authorClaire <claire.github-309c@sitedethib.com>
Fri, 23 Jul 2021 00:53:17 +0000 (02:53 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Jul 2021 00:53:17 +0000 (02:53 +0200)
commite9659ae0312d0bf0acf2b55eed5dc688929cae04
tree4ea1b892ff3bd4a1db6228e753ba14e77a79d758
parentd8629e7b86b6fcaedc8b31de57dd95e85fe4fb04
Fix crashes with Microsoft Translate on Microsoft Edge (#16525)

Fixes #16509

Microsoft Edge with translation enabled rewrites the DOM in ways that confuse
react and prevent it from working properly. Wrapping the offending parts in
a span avoids this issue.
app/javascript/mastodon/components/status.js