mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
fix auto link
This commit is contained in:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user