mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
Update main.tsx
This commit is contained in:
parent
dfa1fd03a8
commit
7076a657fc
1 changed files with 2 additions and 1 deletions
|
@ -42,6 +42,7 @@ function WatchOnLbryPopup(params: { profile: Awaited<ReturnType<typeof getProfil
|
||||||
`top=${screenY}`,
|
`top=${screenY}`,
|
||||||
`left=${screenX}`
|
`left=${screenX}`
|
||||||
].join(','))
|
].join(','))
|
||||||
|
close()
|
||||||
importPopupWindow?.focus()
|
importPopupWindow?.focus()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue