mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
Merge branch 'feat/db' into refactor/db-properties-schema
This commit is contained in:
@@ -838,7 +838,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