mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-12-02 02:00:45 +00:00
fix: set autoFocus true for font dropdown search input (#8294)
This commit is contained in:
parent
41ca1dd8ee
commit
2e00509ebb
@ -121,7 +121,7 @@ class _FontFamilyDropDownState extends State<FontFamilyDropDown> {
|
||||
child: FlowyTextField(
|
||||
key: ThemeFontFamilySetting.textFieldKey,
|
||||
hintText: LocaleKeys.settings_appearance_fontFamily_search.tr(),
|
||||
autoFocus: false,
|
||||
autoFocus: true,
|
||||
debounceDuration: const Duration(milliseconds: 300),
|
||||
onChanged: (value) {
|
||||
setState(() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user