fix iOS auto suggestion when backspacing

This commit is contained in:
llcc
2022-05-26 22:42:29 +08:00
committed by Tienson Qin
parent a6f8584fac
commit 7d00b546a0
2 changed files with 6 additions and 3 deletions

View File

@@ -2574,7 +2574,7 @@
;; just delete
:else
(do
(when-not (mobile-util/native-ios?)
(util/stop e)
(delete-and-update
input (util/safe-dec-current-pos-from-end (.-value input) current-pos) current-pos)))))