del at user

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-24 23:23:21 +08:00
parent 7be3774675
commit 4b067c5ed2
10 changed files with 40 additions and 53 deletions

View File

@@ -3287,6 +3287,7 @@ class EditableTextState extends State<EditableText>
composing: e.composing,
).apply(value);
widget.onChanged?.call(_value.text);
widget.onDelAtUser?.call(match.group(0)!.trim());
return;
}
}