mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
enhance(ui): refactor the context menu with the shui dropdown menu items
This commit is contained in:
@@ -845,7 +845,8 @@
|
||||
(shui/popup-show! e
|
||||
(fn [{:keys [id]}]
|
||||
[:div {:on-click #(shui/popup-hide! id)} content])
|
||||
{:content-props {:class "w-[280px] ls-context-menu-content"}}))
|
||||
{:content-props {:class "w-[280px] ls-context-menu-content"}
|
||||
:as-dropdown? true}))
|
||||
|
||||
handled
|
||||
(cond
|
||||
|
||||
Reference in New Issue
Block a user