Skip to content

Commit 5c464f0

Browse files
committed
[cdp] bump chobitsu
1 parent 924f4fa commit 5c464f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/CDP.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class CDPServer {
8585
return;
8686
}
8787
console.log("Forwawrding Evvent", msg);
88-
if (msg.params?.context) {
88+
if (msg.params?.context && !msg.params.context.auxData) {
8989
msg.params.context.auxData = {
9090
frameId: String(tab.id),
9191
isDefault: true,

0 commit comments

Comments
 (0)