Fix: Editor Tab key down event

This commit is contained in:
Ankit Mahato
2023-04-22 05:15:08 +05:30
parent 7fbe2cfd4a
commit 17afd85c64

View File

@ -33,6 +33,7 @@ class _TextFieldEditorState extends State<TextFieldEditor> {
extentOffset: controller.selection.extentOffset + sp.length,
),
);
widget.onChanged?.call(text);
}
@override