mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
enhance(mobile): make editing into viewport when insert new line
This commit is contained in:
@@ -2375,7 +2375,8 @@
|
||||
|
||||
(defn- keydown-new-line
|
||||
[]
|
||||
(insert "\n"))
|
||||
(insert "\n")
|
||||
(ui-handler/try-to-editing-input-into-viewport!))
|
||||
|
||||
(declare delete-and-update)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user