mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 09:56:24 +00:00
MessageLinkEmbeds: No longer need to reset global regex
This commit is contained in:
parent
bca8c0ba8b
commit
6540f05283
1 changed files with 0 additions and 3 deletions
|
@ -376,9 +376,6 @@ export default definePlugin({
|
||||||
if (!messageLinkRegex.test(props.message.content))
|
if (!messageLinkRegex.test(props.message.content))
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
// need to reset the regex because it's global
|
|
||||||
messageLinkRegex.lastIndex = 0;
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ErrorBoundary>
|
<ErrorBoundary>
|
||||||
<MessageEmbedAccessory
|
<MessageEmbedAccessory
|
||||||
|
|
Loading…
Reference in a new issue