mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
Merge pull request #5088 from logseq/gesture-support-on-block
Gesture support on mobile
This commit is contained in:
@@ -962,9 +962,7 @@
|
||||
|
||||
(defn select-block!
|
||||
[block-uuid]
|
||||
(let [blocks (js/document.getElementsByClassName (str block-uuid))]
|
||||
(when (seq blocks)
|
||||
(state/exit-editing-and-set-selected-blocks! blocks))))
|
||||
(block-handler/select-block! block-uuid))
|
||||
|
||||
(defn- compose-copied-blocks-contents
|
||||
[repo block-ids]
|
||||
|
||||
Reference in New Issue
Block a user