Merge branch 'feat/db' into refactor/db-properties-schema

This commit is contained in:
Tienson Qin
2024-04-29 15:55:23 +08:00
50 changed files with 942 additions and 723 deletions

View File

@@ -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