fix auto link

This commit is contained in:
2024-11-18 17:56:27 +08:00
parent 689700f52a
commit ce6f65f912

View File

@@ -630,7 +630,7 @@ class _RichCommentContentState extends State<_RichCommentContent> {
} }
bool isValidUrlChar(String char) { bool isValidUrlChar(String char) {
return RegExp(r'[a-zA-Z0-9%:/.@\-_?&=#*!]').hasMatch(char); return RegExp(r'[a-zA-Z0-9%:/.@\-_?&=#*!+;]').hasMatch(char);
} }
void render() { void render() {