mirror of
https://github.com/foss42/apidash.git
synced 2025-05-30 21:41:50 +08:00
fix activeId provider
- read -> watch - added length back
This commit is contained in:
@ -55,9 +55,7 @@ class _HeaderFieldState extends State<HeaderField> {
|
||||
suggestionsCallback: headerSuggestionCallback,
|
||||
suggestionsBoxDecoration: suggestionBoxDecorations(context),
|
||||
textFieldConfiguration: TextFieldConfiguration(
|
||||
onChanged: (s) {
|
||||
widget.onChanged?.call(s);
|
||||
},
|
||||
onChanged: widget.onChanged,
|
||||
controller: controller,
|
||||
style: kCodeStyle.copyWith(
|
||||
color: colorScheme.onSurface,
|
||||
|
Reference in New Issue
Block a user