mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
fix iOS auto suggestion when backspacing
This commit is contained in:
@@ -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)))))
|
||||
|
||||
Reference in New Issue
Block a user