mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
enhance: use block dom node for editing instead of container
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
(defn on-chosen-handler
|
||||
[input id _q pos format]
|
||||
(let [current-pos (cursor/pos input)
|
||||
edit-content (state/sub :editor/content :path-in-sub-atom id)
|
||||
edit-content (state/get-edit-content)
|
||||
action (state/get-editor-action)
|
||||
hashtag? (= action :page-search-hashtag)
|
||||
q (or
|
||||
|
||||
Reference in New Issue
Block a user