mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
Fix: Editor Tab key down event
This commit is contained in:
@ -33,6 +33,7 @@ class _TextFieldEditorState extends State<TextFieldEditor> {
|
|||||||
extentOffset: controller.selection.extentOffset + sp.length,
|
extentOffset: controller.selection.extentOffset + sp.length,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
widget.onChanged?.call(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
Reference in New Issue
Block a user