mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
remove unknown mouse event warning
This commit is contained in:
@@ -68,10 +68,6 @@ pub const MouseEvent = struct {
|
|||||||
.button = @intFromEnum(opts.button),
|
.button = @intFromEnum(opts.button),
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!std.mem.eql(u8, event_type, "click")) {
|
|
||||||
log.warn(.mouse_event, "unsupported mouse event", .{ .event = event_type });
|
|
||||||
}
|
|
||||||
|
|
||||||
return mouse_event;
|
return mouse_event;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user