css selectors are antichrist
This commit is contained in:
parent
bec0aaa263
commit
237d7487ab
4 changed files with 111 additions and 26 deletions
|
|
@ -20,7 +20,6 @@ function HoverComponent() {
|
|||
};
|
||||
|
||||
const handleMouseEnter = () => {
|
||||
removethething()
|
||||
startTimer();
|
||||
};
|
||||
|
||||
|
|
@ -31,8 +30,9 @@ function HoverComponent() {
|
|||
return (
|
||||
<h1
|
||||
class="removethisinstantly"
|
||||
onMouseEnter={handleMouseEnter}
|
||||
onMouseLeave={clearTimer}
|
||||
// disabled because uhh uhmm
|
||||
onMouseEnter={removethething}
|
||||
// onMouseLeave={clearTimer}
|
||||
>
|
||||
{name() ? "ECHO" : "exhq"}
|
||||
</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue