mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
fix(chore): typos
This commit is contained in:
@@ -64,8 +64,8 @@
|
||||
(.setSelectionRange input n m))
|
||||
|
||||
(defn move-cursor-to [input n]
|
||||
(.focus input)
|
||||
(.setSelectionRange input n n))
|
||||
(.setSelectionRange input n n)
|
||||
(.focus input))
|
||||
|
||||
(defn move-cursor-forward
|
||||
([input]
|
||||
|
||||
Reference in New Issue
Block a user