add cacheextent and placeholder

This commit is contained in:
Salvatore Giordano
2020-11-24 10:01:47 +01:00
parent a82f189af2
commit b20caeee8f
3 changed files with 13 additions and 4 deletions
+5
View File
@@ -201,6 +201,11 @@ class MessageInputState extends State<MessageInput> {
onPanUpdate: (details) {
if (details.delta.dy > 0) {
_focusNode.unfocus();
if (_openFilePickerSection) {
setState(() {
_openFilePickerSection = false;
});
}
}
},
child: Column(