mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix: jump to the end when editing for the first block
This commit is contained in:
@@ -1264,8 +1264,7 @@
|
||||
(or
|
||||
(not= (string/trim db-content-without-heading)
|
||||
(string/trim value))))
|
||||
(save-block-aux! db-block value (:block/format db-block) opts))
|
||||
)
|
||||
(save-block-aux! db-block value (:block/format db-block) opts)))
|
||||
(catch js/Error error
|
||||
(log/error :save-block-failed error))))))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user