fix: TextFieldEditor OnTapOutside

This commit is contained in:
DenserMeerkat
2024-03-16 02:32:21 +05:30
parent 8af676d7c4
commit 8639553d77
10 changed files with 45 additions and 25 deletions

View File

@ -72,6 +72,9 @@ class _TextFieldEditorState extends State<TextFieldEditor> {
style: kCodeStyle,
textAlignVertical: TextAlignVertical.top,
onChanged: widget.onChanged,
onTapOutside: (PointerDownEvent event) {
editorFocusNode.unfocus();
},
decoration: InputDecoration(
hintText: "Enter content (body)",
hintStyle: TextStyle(