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

Commit 68aa79c

Browse files
committed
Remove null from return
1 parent 6fe1ab7 commit 68aa79c

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 (!this.popup.window) return null
225+
if (!this.popup.window) return
226226

227227
this.popup.window.focus()
228228

0 commit comments

Comments
 (0)