hopefully better mobile support
This commit is contained in:
parent
640e3e357d
commit
b297728674
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ function State({
|
||||||
<div
|
<div
|
||||||
className={`state ${active ? "active" : ""}`}
|
className={`state ${active ? "active" : ""}`}
|
||||||
onMouseEnter={onMouseEnter}
|
onMouseEnter={onMouseEnter}
|
||||||
|
onFocus={onMouseEnter}
|
||||||
|
onTouchEndCapture={onMouseEnter}
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
<div className="ip">Ip: {state.ip}</div>
|
<div className="ip">Ip: {state.ip}</div>
|
||||||
|
|
Loading…
Reference in a new issue