Нокс вешайся

This commit is contained in:
jganenok
2025-12-04 21:30:46 +07:00
parent d5809ba597
commit a104428a69

View File

@@ -4382,6 +4382,22 @@ class _ChatScreenState extends State<ChatScreen> {
),
tooltip: 'Зачеркнуть',
),
IconButton(
iconSize: 18,
padding: EdgeInsets.zero,
visualDensity: VisualDensity.compact,
icon: const Icon(Icons.close),
onPressed: isBlocked
? null
: () {
setState(() {
_textController.elements
.clear();
_formatWarningVisible = false;
});
},
tooltip: 'Сбросить формат',
),
const SizedBox(width: 8),
Expanded(
child: AnimatedOpacity(