implemented comprehensive accessibility (A11y) support across the app
This commit is contained in:
@@ -268,6 +268,7 @@ class _ChatTextfieldState extends State<ChatTextfield> {
|
||||
),
|
||||
),
|
||||
IconButton(
|
||||
tooltip: 'Antwort verwerfen',
|
||||
onPressed: () {
|
||||
chatBloc.setReferenceMessageId(null);
|
||||
_setDraftReply(null);
|
||||
|
||||
Reference in New Issue
Block a user