mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 06:23:45 +00:00
axnode: fix invalid enum
This commit is contained in:
@@ -624,7 +624,7 @@ pub const AXRole = enum(u8) {
|
|||||||
.search => .searchbox,
|
.search => .searchbox,
|
||||||
.checkbox => .checkbox,
|
.checkbox => .checkbox,
|
||||||
// zig fmt: off
|
// zig fmt: off
|
||||||
.password, .datetime_local, .hidden, .month, .color,
|
.password, .@"datetime-local", .hidden, .month, .color,
|
||||||
.week, .time, .file, .date => .none,
|
.week, .time, .file, .date => .none,
|
||||||
// zig fmt: ofn
|
// zig fmt: ofn
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user