Skip to content

Commit

Permalink
changing wrapper to a span because of accidental css adjustment when …
Browse files Browse the repository at this point in the history
…introducing the outside lyaer
  • Loading branch information
robertfmurdock committed Oct 14, 2024
1 parent d445162 commit bb6dcbb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import react.MutableRefObject
import react.Props
import react.create
import react.dom.html.ReactHTML.div
import react.dom.html.ReactHTML.span
import react.popper.UsePopperOptions
import react.popper.usePopper
import react.useRef
Expand Down Expand Up @@ -134,7 +135,7 @@ val ContributionCardHeader by nfc<ContributionCardHeaderProps> { (contribution,
contributors.find { it.emails.contains(email) }
}.toSet(),
element = { tilt, player ->
div.create {
span.create {
onClick = {
setReferenceElement(ReferenceElement(it.currentTarget))
popperInstance.forceUpdate?.invoke()
Expand Down

0 comments on commit bb6dcbb

Please sign in to comment.