mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-30 15:55:57 -05:00
fix: organization extract
This commit is contained in:
@@ -10,7 +10,7 @@ class TextContainsOrganization extends StatelessWidget {
|
||||
TextContainsOrganization(this.text,
|
||||
{this.style, this.overflow = TextOverflow.clip});
|
||||
|
||||
static final _reg = RegExp(r'@[\x00-\x7F]+');
|
||||
static final _reg = RegExp(r'@[A-Za-z-]+');
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user