mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-27 20:14:28 +00:00
Focus windowns on touchstart
This commit is contained in:
parent
b5b7345308
commit
0d9cee11b3
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ function FocusTarget({ onKeyDown, windowId, children }: Props) {
|
|||
<div
|
||||
ref={setRef}
|
||||
onMouseDown={focusHandler}
|
||||
onTouchStart={focusHandler}
|
||||
onFocus={focusHandler}
|
||||
tabIndex={-1}
|
||||
style={{ height: "100%", width: "100%" }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue