feat: class && configuration

This commit is contained in:
Tienson Qin
2023-07-09 21:35:06 +08:00
parent 671453aadb
commit a0d6107d99
14 changed files with 168 additions and 36 deletions

View File

@@ -651,7 +651,8 @@
[:div.menu-backdrop {:on-mouse-down (fn [e] (hide-context-menu-and-clear-selection e))}]
[:div#custom-context-menu
{:ref ref
:style {:left (str (first position) "px")
:style {:z-index 999
:left (str (first position) "px")
:top (str (second position) "px")}} links]]))
(rum/defc custom-context-menu < rum/reactive