fix: set autoFocus true for font dropdown search input (#8294)

This commit is contained in:
JradChaima1 2025-11-06 08:04:58 +01:00 committed by GitHub
parent 41ca1dd8ee
commit 2e00509ebb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(() {