Merge pull request #5702 from Nymuxyzo/fix/5688-reset-typo_tolerance-settings

Fix disableOnNumbers reset
This commit is contained in:
Many the fish 2025-06-26 07:58:47 +00:00 committed by GitHub
commit ddba52414a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 50 additions and 2 deletions

View file

@ -751,6 +751,7 @@ pub fn apply_settings_to_builder(
builder.reset_min_word_len_two_typos();
builder.reset_exact_words();
builder.reset_exact_attributes();
builder.reset_disable_on_numbers();
}
Setting::NotSet => (),
}