Skip to content

Commit

Permalink
bug with require click
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyEdwards committed Mar 13, 2024
1 parent 17dd88c commit f8d4932
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ actual fun ViewWriter.hasPopover(
existingDismisser = dismisser
document.body!!.insertBefore(dismisser, existingElement)
})
if(requireClick) {
if(!requireClick) {
this.onmouseenter = {
makeElement()
}
Expand Down

0 comments on commit f8d4932

Please sign in to comment.