mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 14:43:28 +00:00
cdp: fix double createTarget response
This commit is contained in:
@@ -180,7 +180,6 @@ fn createTarget(cmd: anytype) !void {
|
|||||||
|
|
||||||
try page.navigate(params.url, .{
|
try page.navigate(params.url, .{
|
||||||
.reason = .address_bar,
|
.reason = .address_bar,
|
||||||
.cdp_id = cmd.input.id,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
try cmd.sendResult(.{
|
try cmd.sendResult(.{
|
||||||
|
|||||||
Reference in New Issue
Block a user