mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
enhance: enable shift+click for both favorites and recent
This commit is contained in:
@@ -746,7 +746,6 @@
|
||||
(update-state! :sidebar/blocks (fn [blocks]
|
||||
(->> (remove #(= (second %) db-id) blocks)
|
||||
(cons [repo db-id block-type block-data])
|
||||
; FIXME: No need to call `distinct`?
|
||||
(distinct))))
|
||||
(open-right-sidebar!)
|
||||
(when-let [elem (gdom/getElementByClass "cp__right-sidebar-scrollable")]
|
||||
|
||||
Reference in New Issue
Block a user