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

Commit 3d9cc80

Browse files
Update share-network.js
1 parent 1b2a9ad commit 3d9cc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/share-network.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +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
225+
// If popup are prevented (AdBlocker, Mobile App context..), popup.window stays undefined and we can't display it
226226
if (!this.popup.window) return
227227

228228
this.popup.window.focus()

0 commit comments

Comments
 (0)