Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit c89c042

Browse files
Add explanation for the early popup return
1 parent 68aa79c commit c89c042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/share-network.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ export default {
222222
',screenY=' + this.popup.top
223223
)
224224

225+
// If an adblocker prevent popups, popup.window stays undefined and we can't display it
225226
if (!this.popup.window) return
226227

227228
this.popup.window.focus()

0 commit comments

Comments
 (0)