Skip to content

Commit 5e2adf6

Browse files
committed
Update ScreenCapture.js
1 parent d1cef63 commit 5e2adf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ScreenCapture.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ const deepClone = async (host) => {
394394
if (
395395
nextn.nextElementSibling &&
396396
(nextn.nextElementSibling.nextSibling === nextn.nextSibling ||
397-
nextn.nextElementSibling.nextSibling === null)
397+
nextn.nextSibling === null)
398398
) {
399399
nextn = nextn.nextElementSibling;
400400
} else {

0 commit comments

Comments
 (0)