mirror of
https://github.com/logseq/logseq.git
synced 2026-05-19 18:32:41 +00:00
fix: emoji doesn't show name on hover
in the emoji picker most of the time
This commit is contained in:
@@ -149,7 +149,8 @@
|
||||
{:on-mouse-over #(reset! hover emoji)
|
||||
:on-mouse-out #()})})
|
||||
[:em-emoji {:id id
|
||||
:style {:line-height 1}}]])
|
||||
:style {:line-height 1
|
||||
:pointer-events "none"}}]])
|
||||
|
||||
(defn item-render
|
||||
[item opts]
|
||||
|
||||
Reference in New Issue
Block a user