mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 14:44:53 +00:00
enhance(ux): popup active state for the menu items
This commit is contained in:
@@ -370,10 +370,7 @@
|
||||
(for [page pages]
|
||||
[:li.recent-item.select-none.font-medium
|
||||
{:key (str "recent-" (:db/id page))
|
||||
:title (block-handler/block-unique-title page)
|
||||
:draggable true
|
||||
:on-drag-start (fn [event] (editor-handler/block->data-transfer! (:block/name page) event true))
|
||||
:data-ref (str name)}
|
||||
:title (block-handler/block-unique-title page)}
|
||||
(page-name page (icon/get-node-icon-cp page {:size 16}) true)])])))
|
||||
|
||||
(defn get-default-home-if-valid
|
||||
|
||||
Reference in New Issue
Block a user