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
|
||||
className={`state ${active ? "active" : ""}`}
|
||||
onMouseEnter={onMouseEnter}
|
||||
onFocus={onMouseEnter}
|
||||
onTouchEndCapture={onMouseEnter}
|
||||
{...props}
|
||||
>
|
||||
<div className="ip">Ip: {state.ip}</div>
|
||||
|
|
Loading…
Reference in a new issue