fix: minor fixes

This commit is contained in:
Miwa / Ensan
2025-07-03 22:51:35 +09:00
parent 2632e39aa0
commit b29fa62f17
2 changed files with 17 additions and 1 deletions

View File

@@ -626,7 +626,7 @@ import EfficientNGram
#if os(iOS)
let needTypoCorrection = true
#else
let needTypoCorrection = true
let needTypoCorrection = false
#endif
guard let previousInputData else {