Skip to content

Commit 3f495a8

Browse files
committed
fix
1 parent 5660fcc commit 3f495a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/PuppeteerSharp/Bidi/BidiPage.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ private void Initialize()
612612
BidiMainFrame.BrowsingContext.Closed += (_, _) =>
613613
{
614614
OnClose();
615+
IsClosed = true;
615616
};
616617
}
617618
}

0 commit comments

Comments
 (0)