fjonkie
This commit is contained in:
parent
5c52f21c36
commit
de77c0d6d8
4 changed files with 9 additions and 2 deletions
|
|
@ -35,8 +35,12 @@ function HoverComponent() {
|
|||
return (
|
||||
<h1
|
||||
class="removethisinstantly"
|
||||
// disabled because uhh uhmm
|
||||
onMouseEnter={removethething}
|
||||
onMouseEnter={(e)=> {
|
||||
removethething()
|
||||
if (e.target.textContent !== "ECHO") {
|
||||
e.target.textContent = "ECHO"
|
||||
}
|
||||
}}
|
||||
// onMouseLeave={clearTimer}
|
||||
>
|
||||
{getName()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue