mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
feat: class && configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user