fix: production build error.

pull/835/head
Vladislav Mihov 4 months ago
parent ab9881488b
commit 1500147a58

@ -72,6 +72,7 @@ export function findLinks(text: string): Array<{value: string, link: string, is
});
lastIndex = offset + match.length;
return match;
});
// Add any remaining text after the last URL

Loading…
Cancel
Save