Skip to content

Commit

Permalink
Update main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kodxana authored May 2, 2022
1 parent dfa1fd0 commit 7076a65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/popup/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function WatchOnLbryPopup(params: { profile: Awaited<ReturnType<typeof getProfil
`top=${screenY}`,
`left=${screenX}`
].join(','))
close()
importPopupWindow?.focus()
}

Expand Down Expand Up @@ -202,4 +203,4 @@ function renderPopup() {
getProfile().then((profile) => render(<WatchOnLbryPopup profile={profile} />, document.getElementById('root')!))
}

renderPopup()
renderPopup()

0 comments on commit 7076a65

Please sign in to comment.