mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
feat(gesture): tweak action bar
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