mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 09:37: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}`,
|
||||
`left=${screenX}`
|
||||
].join(','))
|
||||
close()
|
||||
importPopupWindow?.focus()
|
||||
}
|
||||
|
||||
|
@ -202,4 +203,4 @@ function renderPopup() {
|
|||
getProfile().then((profile) => render(<WatchOnLbryPopup profile={profile} />, document.getElementById('root')!))
|
||||
}
|
||||
|
||||
renderPopup()
|
||||
renderPopup()
|
||||
|
|
Loading…
Add table
Reference in a new issue