🐛 Bug fixes
This commit is contained in:
parent
df81c84438
commit
f0a3bbe023
@ -203,6 +203,7 @@ class ChatMessageInputState extends State<ChatMessageInput> {
|
||||
void dispose() {
|
||||
_contentController.dispose();
|
||||
_focusNode.dispose();
|
||||
_dismissEmojiPicker();
|
||||
if (!kIsWeb && !(Platform.isAndroid || Platform.isIOS)) hotKeyManager.unregister(_pasteHotKey);
|
||||
super.dispose();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user