mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
chore: enable global shortcuts with the e argument
This commit is contained in:
@@ -1879,7 +1879,8 @@
|
||||
(let [blocks (-> (state/get-selection-blocks)
|
||||
reorder-selected-blocks)
|
||||
blocks (filter #(= (:block/parent %) (:block/parent (first blocks))) blocks)]
|
||||
(move-nodes blocks)))))))
|
||||
(when (seq blocks)
|
||||
(move-nodes blocks))))))))
|
||||
|
||||
;; selections
|
||||
(defn on-tab
|
||||
|
||||
Reference in New Issue
Block a user